1
0
forked from clan/clan-infra

Merge pull request 'goaccess: Fix publog incorrect argument' (#163) from Qubasa-main into main

This commit is contained in:
clan-bot 2024-04-14 17:19:27 +00:00
commit b8155073a1

View File

@ -4,7 +4,7 @@ let
# make the logs for this host "public" so that they show up in e.g. metrics
publog = vhost: lib.attrsets.unionOfDisjoint vhost {
extraConfig = (vhost.extraConfig or "") + ''
access_log /var/log/nginx/public.log vcombined compression;
access_log /var/log/nginx/public.log vcombined;
'';
};
in