fix typo
This commit is contained in:
parent
a1a17bfeb3
commit
25cf85c81d
|
@ -52,7 +52,7 @@ in {
|
||||||
locations."/".proxyPass = "http://${containerIP}:80/";
|
locations."/".proxyPass = "http://${containerIP}:80/";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
appendConfig = ''
|
extraConfig = ''
|
||||||
add_header X-Frame-Options SAMEORIGIN;
|
add_header X-Frame-Options SAMEORIGIN;
|
||||||
add_header X-XSS-Protection "1; mode=block";
|
add_header X-XSS-Protection "1; mode=block";
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
Loading…
Reference in a new issue