increase buffer size in nginx config

This commit is contained in:
Vincent Breitmoser
2019-06-06 15:06:06 +02:00
parent 0fb2d69b61
commit ad19bd01d9

View File

@@ -3,6 +3,7 @@
# To protect against DOS, we limit the size of possible uploads.
client_max_body_size 1m;
client_body_buffer_size 128k;
# Change all HTTP 502 errors into 500, to avoid being "marked as dead" by GnuPG
# if we ever get a spurious 502 (e.g. during a restart of hagrid).