goaccess: Fix publog incorrect argument

This commit is contained in:
Luis Hebendanz 2024-04-14 19:18:40 +02:00 committed by Jörg Thalheim
parent c257884a70
commit c64777afac

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