From e2d98114749843c5210baac80f89f7c379243af9 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Mon, 21 Mar 2022 15:24:39 +0000 Subject: [PATCH] increasing client max body size for uploads --- hosting/nginx.prod.conf.hbs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosting/nginx.prod.conf.hbs b/hosting/nginx.prod.conf.hbs index f3009baf40..0aaecc609d 100644 --- a/hosting/nginx.prod.conf.hbs +++ b/hosting/nginx.prod.conf.hbs @@ -22,9 +22,8 @@ http { resolver {{ resolver }} valid=10s ipv6=off; # buffering - client_body_buffer_size 1K; client_header_buffer_size 1k; - client_max_body_size 10M; + client_max_body_size 20M; ignore_invalid_headers off; proxy_buffering off;