diff --git a/nginx.conf b/nginx.conf index c3ec91f..02860c4 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,6 +1,8 @@ server { listen 80; server_name localhost; + + client_max_body_size 100m; root /usr/share/nginx/html; index index.html;