From 80570af8dd0176ac301e5be48aeefed8789c5856 Mon Sep 17 00:00:00 2001 From: Collin J. Doering Date: Fri, 31 May 2024 10:05:30 -0400 Subject: balg02: Send nginx logs to /var/run/nginx/... --- .guix/guix-na/config/balg02.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.guix/guix-na/config') diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index ead38a0..7945465 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -300,7 +300,7 @@ synonymous IETF language tags that should be mapped to the same $lang." (locations (balg02-locations %publish-url)) (raw-content (list - "access_log /var/run/anonip/http.access.log;" + "access_log /var/run/nginx/http.access.log;" "proxy_set_header X-Forwarded-Host $host;" "proxy_set_header X-Forwarded-Port $server_port;" "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;"))) @@ -316,7 +316,7 @@ synonymous IETF language tags that should be mapped to the same $lang." ;; (append ;; %tls-settings ;; (list - ;; "access_log /var/run/anonip/https.access.log;" + ;; "access_log /var/run/nginx/https.access.log;" ;; "proxy_set_header X-Forwarded-Host $host;" ;; "proxy_set_header X-Forwarded-Port $server_port;" ;; "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;" -- cgit v1.2.3