disable recommended proxy settings

This commit is contained in:
chaos 2024-04-02 18:48:36 +02:00
parent be39fb56c4
commit 50b15f7456
No known key found for this signature in database

View file

@ -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";