diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 78e01e1..8e57087 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -111,7 +111,7 @@ server { } location / { - client_max_body_size 50M; + client_max_body_size 100M; proxy_set_header Connection ""; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr;