Skip to content

Commit 17fcfa7

Browse files
authored
Merge pull request #866 from d-r-a-b/limesurvey_disable_access_log
Disable access logs for limesurvey
2 parents d273361 + 069d325 commit 17fcfa7

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)