From 83e430f195f31e279a0952c758d93350fef58957 Mon Sep 17 00:00:00 2001 From: Oleks Date: Sat, 9 May 2026 23:39:32 +0300 Subject: [PATCH] image: align access_log path with the dir actually created --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 289ea20..010da9a 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ sendfile on; keepalive_timeout 65; - access_log /var/log/angie/access.log; + access_log /var/log/nginx/access.log; include /etc/angie/http.d/*.conf; }