mirror of https://github.com/OpenVidu/openvidu.git
Moved HEader options to actually have an effect
parent
b3dbbafd45
commit
8b741ceacc
|
@ -1,8 +1,3 @@
|
||||||
{xframe_options}
|
|
||||||
|
|
||||||
add_header X-Content-Type-Options nosniff;
|
|
||||||
add_header X-XSS-Protection "1; mode=block";
|
|
||||||
|
|
||||||
{app_upstream}
|
{app_upstream}
|
||||||
|
|
||||||
upstream kibana {
|
upstream kibana {
|
||||||
|
@ -62,6 +57,11 @@ server {
|
||||||
{proxy_config}
|
{proxy_config}
|
||||||
|
|
||||||
{app_config}
|
{app_config}
|
||||||
|
|
||||||
|
{xframe_options}
|
||||||
|
|
||||||
|
add_header X-Content-Type-Options nosniff;
|
||||||
|
add_header X-XSS-Protection "1; mode=block";
|
||||||
|
|
||||||
########################
|
########################
|
||||||
# OpenVidu Locations #
|
# OpenVidu Locations #
|
||||||
|
|
Loading…
Reference in New Issue