summaryrefslogtreecommitdiff
path: root/hagrid-routes.conf
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-06-06 15:06:06 +0200
committerVincent Breitmoser <look@my.amazin.horse>2019-06-06 16:43:52 +0000
commitad19bd01d9257b56b88aa4e180bc36c9ef3d6948 (patch)
tree62eb1c9f0dbd580d0de31722b447ecc090aac93d /hagrid-routes.conf
parent0fb2d69b6159963d0932200d4beb0893af1b8d10 (diff)
increase buffer size in nginx config
Diffstat (limited to 'hagrid-routes.conf')
-rw-r--r--hagrid-routes.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/hagrid-routes.conf b/hagrid-routes.conf
index f6dbb59..ccc1c5e 100644
--- a/hagrid-routes.conf
+++ b/hagrid-routes.conf
@@ -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).