From 9c3fb4db07e42b27f6070fb2c5b51bedc57c162b Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 11 Feb 2024 02:24:11 -0500 Subject: [PATCH] monitoring --- nixos/features/telemetry/nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];