@cryptotaxi247 / infra-1 / commits / 069d325c

Disable access logs for limesurvey

The Nix Community Survey is intended to be anonymous, so disable nginx access logs for this virtual host.

d-r-a-b committed Oct 10, 2025 at 18:19 UTC 069d325c798a42c90b0596eb18c1b610da61f6f8
1 file changed +3
non-critical-infra/modules/limesurvey.nix
+3
@@ -387,6 +387,9 @@ in
387 "/upload/".root = "/var/lib/limesurvey";
388
389 };
390 + extraConfig = ''
391 + access_log off;
392 + '';
393 }
394 ];
395 };