forked from exozyme/nginx
Stop Synapse access_log spam
This commit is contained in:
parent
c161736006
commit
8d0daabe13
1 changed files with 3 additions and 0 deletions
|
@ -22,5 +22,8 @@ server {
|
|||
# Nginx by default only allows file uploads up to 1M in size
|
||||
# Increase client_max_body_size to match max_upload_size defined in homeserver.yaml
|
||||
client_max_body_size 1G;
|
||||
|
||||
# Stop access_log spam
|
||||
access_log off;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue