diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 3a61666..20ad85d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -4,7 +4,7 @@ http { server { listen 80; server_name localhost; - + client_max_body_size 100M; location / { proxy_pass http://app:8080; proxy_set_header Host $host;