mirror of https://github.com/OpenVidu/openvidu.git
commit
de8aa69789
|
@ -1,5 +1,3 @@
|
|||
{xframe_options}
|
||||
|
||||
{app_upstream}
|
||||
|
||||
upstream openviduserver {
|
||||
|
@ -37,6 +35,8 @@ server {
|
|||
|
||||
{proxy_config}
|
||||
|
||||
{xframe_options}
|
||||
|
||||
{app_config}
|
||||
|
||||
########################
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
{xframe_options}
|
||||
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
|
||||
{app_upstream}
|
||||
|
||||
upstream kibana {
|
||||
|
@ -63,6 +58,11 @@ server {
|
|||
|
||||
{app_config}
|
||||
|
||||
{xframe_options}
|
||||
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
|
||||
########################
|
||||
# OpenVidu Locations #
|
||||
########################
|
||||
|
|
Loading…
Reference in New Issue