diff --git a/modules/web01/gitea/default.nix b/modules/web01/gitea/default.nix index 0d72aff..de2f9c3 100644 --- a/modules/web01/gitea/default.nix +++ b/modules/web01/gitea/default.nix @@ -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