This commit is contained in:
chaos 2024-04-02 18:24:34 +02:00
parent a1a17bfeb3
commit 25cf85c81d
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ in {
locations."/".proxyPass = "http://${containerIP}:80/";
proxyWebsockets = true;
recommendedProxySettings = true;
appendConfig = ''
extraConfig = ''
add_header X-Frame-Options SAMEORIGIN;
add_header X-XSS-Protection "1; mode=block";
proxy_redirect off;