diff --git a/nginx.conf b/nginx.conf index a5bbb0d..33c247d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -29,7 +29,7 @@ http { listen 80 default_server; listen [::]:80 default_server; - client_max_body_size 1024M; + # client_max_body_size 1024M; location / { proxy_pass http://127.0.0.1:4000;