diff --git a/nixos/features/telemetry/nginx.nix b/nixos/features/telemetry/nginx.nix index 7d259ee..f1d24a1 100644 --- a/nixos/features/telemetry/nginx.nix +++ b/nixos/features/telemetry/nginx.nix @@ -19,9 +19,9 @@ in { }; services.nginx.commonHttpConfig = '' - access_log /var/log/nginx/access.log combined2; log_format combined2 "${format}"; - + access_log /var/log/nginx/access.log combined2; + ''; networking.firewall.allowedTCPPorts = [ 14201 ];