diff --git a/proxy/nginx.conf b/proxy/nginx.conf index a36ecfe..a9b309a 100644 --- a/proxy/nginx.conf +++ b/proxy/nginx.conf @@ -6,6 +6,7 @@ events { http { server { listen 80; + client_max_body_size 15M; location / { proxy_pass http://front:3000/; proxy_set_header Host $host;