diff --git a/src/web/service-infra/nginx-default.conf b/src/web/service-infra/nginx-default.conf index bffa96cc..bfd286da 100644 --- a/src/web/service-infra/nginx-default.conf +++ b/src/web/service-infra/nginx-default.conf @@ -5,6 +5,8 @@ server { proxy_pass http://localhost:8080; } + client_max_body_size 0; + error_page 502 /502.html; location = /502.html { root /var/www/html/;