From c5d481ee78161e6951d1741e2eea3b0fb9aef258 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 19 Aug 2019 22:28:35 +0200 Subject: [PATCH] move client_max_body_size --- etc/nginx/pandora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/pandora b/etc/nginx/pandora index 8ef1f433..419120aa 100644 --- a/etc/nginx/pandora +++ b/etc/nginx/pandora @@ -55,11 +55,11 @@ server { proxy_buffering off; proxy_read_timeout 90; #should be in sync with gunicorn timeout proxy_connect_timeout 90; #should be in sync with gunicorn timeout + client_max_body_size 32m; if (!-f $request_filename) { proxy_pass http://127.0.0.1:2620; break; } - client_max_body_size 32m; } error_page 400 /;