goaccess: Fix publog incorrect argument #163

Merged
clan-bot merged 1 commits from Qubasa-main into main 2024-04-14 17:19:27 +00:00

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