From b8664c812edcbefa3f2ee4f9ce3884ba5cfe8063 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Thu, 15 Jan 2026 02:15:44 +0200 Subject: [PATCH] oops xD --- config/http/captiveportal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/http/captiveportal.nix b/config/http/captiveportal.nix index 12bf377..53e06d0 100644 --- a/config/http/captiveportal.nix +++ b/config/http/captiveportal.nix @@ -4,7 +4,7 @@ in { services.nginx.virtualHosts."cpcheck.${domain}" = { extraConfig = '' access_log off; - error_log off; + error_log /dev/null; add_header Content-Security-Policy "default-src 'none'"; add_header 'Referrer-Policy' 'same-origin';