From 0368ffc8eac15e5d6533a5613c0f4e686be26ad6 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 02:59:44 +0200 Subject: fix nginx --- hosts/vps/configuration.nix | 4 ---- 1 file changed, 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"; - ''; }; }; -- cgit v1.3.1