diff --git a/infra/nginx/nginx.conf b/infra/nginx/nginx.conf index 7b4e05a7..73220f14 100644 --- a/infra/nginx/nginx.conf +++ b/infra/nginx/nginx.conf @@ -9,6 +9,7 @@ http { include mime.types; default_type application/octet-stream; sendfile on; + client_max_body_size 10M; send_timeout 15s; resolver_timeout 5s;