diff --git a/nginx/nginx.conf b/nginx/nginx.conf index a82dd13..8075584 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -8,7 +8,7 @@ http { server { listen 8080; server_name _; - client_max_body_size 8M; + client_max_body_size 50M; root /usr/share/nginx/html; index index.html index.htm;