From ffc9c36456339fd5744072effc51ff874d0a6dde Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Thu, 13 May 2021 12:41:30 -0500 Subject: [PATCH] unlimited upload in nginx --- src/web/service-infra/nginx-default.conf | 2 ++ 1 file changed, 2 insertions(+) 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/;