Set access log
This commit is contained in:
parent
094a5ac345
commit
d2792ba10e
1 changed files with 1 additions and 1 deletions
2
default
2
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue