diff options
Diffstat (limited to 'hosts/vps')
| -rw-r--r-- | hosts/vps/configuration.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 73f2e0a..18f8df8 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -26,10 +26,6 @@ root = "/var/www/site/"; forceSSL = true; serverAliases = [ "www.schererleander.de" ]; - extraConfig = '' - index index.html; - add_header X-Frame-Options "SAMEORIGIN"; - ''; }; }; |
