image: align access_log path with the dir actually created
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Oleks
2026-05-09 23:39:32 +03:00
parent 067e55eb24
commit 83e430f195
+1 -1
View File
@@ -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;
}