Stop Synapse access_log spam

This commit is contained in:
Anthony Wang 2021-12-05 11:47:17 -06:00
parent c161736006
commit 8d0daabe13
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

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