From bb3d8dea724bb3ea9ace06bf26c04d302f5b0d16 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sun, 7 Jun 2020 22:07:33 +0800 Subject: [PATCH] increased maximum nginx body size --- nginx/crawlab.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/crawlab.conf b/nginx/crawlab.conf index d04da86c..8d1cc347 100644 --- a/nginx/crawlab.conf +++ b/nginx/crawlab.conf @@ -6,7 +6,7 @@ server { gzip_types text/plain application/javascript application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png; gzip_vary off; gzip_disable "MSIE [1-6]\."; - client_max_body_size 50m; + client_max_body_size 200m; listen 8080; root /app/dist; index index.html;