aboutsummaryrefslogtreecommitdiff
path: root/hosts/sachiel
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-10-24 10:34:01 +0200
committerschererleander <leander@schererleander.de>2025-10-24 10:34:01 +0200
commit1fcfce67f8584593614f9f8aa90686551161a2cd (patch)
tree67f7d45d25be8d029234013307a696673add5288 /hosts/sachiel
parent07b46e8eecfd0f1ce539b9dd17312a9d0ce272e8 (diff)
remove redundant enable nextcloud jail; remove x-xx-protecion header
Diffstat (limited to 'hosts/sachiel')
-rw-r--r--hosts/sachiel/configuration.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix
index a7f4cbe..61cbda9 100644
--- a/hosts/sachiel/configuration.nix
+++ b/hosts/sachiel/configuration.nix
@@ -74,7 +74,6 @@
backend = "systemd";
journalmatch = "SYSLOG_IDENTIFIER=Nextcloud";
# END modification to work with syslog instead of logile
- enabled = true;
port = 443;
protocol = "tcp";
filter = "nextcloud";
@@ -129,7 +128,6 @@
add_header 'Referrer-Policy' 'same-origin';
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
- add_header X-XSS-Protection "1; mode=block";
'';
virtualHosts."cloud.schererleander.de" = {