diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 02:59:44 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 02:59:44 +0200 |
| commit | 0368ffc8eac15e5d6533a5613c0f4e686be26ad6 (patch) | |
| tree | c61a5e9d8b3143bde8702ecd216e63e1d1bb8c5e /hosts/vps | |
| parent | 41eb942d14d14b7d5c9ae484ad669a1510918513 (diff) | |
fix nginx
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"; - ''; }; }; |
