Skip to content

Commit 069d325

Browse files
author
d-r-a-b
committed
Disable access logs for limesurvey
The Nix Community Survey is intended to be anonymous, so disable nginx access logs for this virtual host.
1 parent fbcee6d commit 069d325

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

non-critical-infra/modules/limesurvey.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ in
387387
"/upload/".root = "/var/lib/limesurvey";
388388

389389
};
390+
extraConfig = ''
391+
access_log off;
392+
'';
390393
}
391394
];
392395
};

0 commit comments

Comments
 (0)