From d2792ba10e57126779fb80558564059627790580 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Sun, 16 Apr 2023 00:43:29 +0200 Subject: [PATCH] Set access log --- default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default b/default index d69f54d..70bb7ce 100644 --- a/default +++ b/default @@ -18,7 +18,7 @@ server { proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - access_log off; + access_log /var/log/nginx/pflaenzli_access.log; client_max_body_size 10M; } }