mirror of https://github.com/OpenVidu/openvidu.git
commit
de8aa69789
|
@ -1,5 +1,3 @@
|
|||
{xframe_options}
|
||||
|
||||
{app_upstream}
|
||||
|
||||
upstream openviduserver {
|
||||
|
@ -36,6 +34,8 @@ server {
|
|||
{ssl_config}
|
||||
|
||||
{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 {
|
||||
|
@ -62,6 +57,11 @@ server {
|
|||
{proxy_config}
|
||||
|
||||
{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