diff --git a/dockerfiles/reverse-proxy/templates/nginx.conf.erb b/dockerfiles/reverse-proxy/templates/nginx.conf.erb index edbea616..6c5dbf56 100644 --- a/dockerfiles/reverse-proxy/templates/nginx.conf.erb +++ b/dockerfiles/reverse-proxy/templates/nginx.conf.erb @@ -20,7 +20,7 @@ http { tcp_nodelay on; # allow large file upload - client_max_body_size 10m; + client_max_body_size 30m; gzip on; gzip_static on;