disable recommended proxy settings
This commit is contained in:
parent
be39fb56c4
commit
50b15f7456
|
@ -51,6 +51,7 @@ in {
|
|||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://${containerIP}:80/";
|
||||
recommendedProxySettings = false;
|
||||
extraConfig = ''
|
||||
add_header X-Frame-Options SAMEORIGIN;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
|
|
Loading…
Reference in a new issue