From 70d1930701c0d87f409657893c6adbafebc46172 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Tue, 9 Aug 2022 02:15:18 +0200 Subject: [PATCH] nginxstatus --- hosts/picard/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index 62bae801..95704f82 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -70,7 +70,7 @@ "~(?P.*)" $ip; } - log_format anonymized '$ip_anonymized - - $remote_user [$time_local] ' + log_format anonymized '$ip_anonymized - $remote_user [$time_local] ' '"$request" $status $body_bytes_sent ' '"$http_referer" "$http_user_agent"';