goaccess: Fix publog incorrect argument
All checks were successful
checks / test (pull_request) Successful in 26s

This commit is contained in:
Luis Hebendanz 2024-04-14 19:18:40 +02:00
parent d9fbe4cecc
commit fd03e67712

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