aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 02:59:44 +0200
committerschererleander <leander@schererleander.de>2025-05-30 02:59:44 +0200
commit0368ffc8eac15e5d6533a5613c0f4e686be26ad6 (patch)
treec61a5e9d8b3143bde8702ecd216e63e1d1bb8c5e /hosts/vps/configuration.nix
parent41eb942d14d14b7d5c9ae484ad669a1510918513 (diff)
fix nginx
Diffstat (limited to 'hosts/vps/configuration.nix')
-rw-r--r--hosts/vps/configuration.nix4
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";
- '';
};
};