Set access log

pull/7/head
Jannis Portmann 2023-04-16 00:43:29 +02:00
parent 094a5ac345
commit d2792ba10e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}