From 2d9ef980ce7ccac33678a3dd33191b88d9c5ca3f Mon Sep 17 00:00:00 2001 From: xxoznge <20201049@sungshin.ac.kr> Date: Wed, 2 Oct 2024 04:18:27 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20nginx=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .platform/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.platform/nginx.conf b/.platform/nginx.conf index 471a08e..03c0445 100644 --- a/.platform/nginx.conf +++ b/.platform/nginx.conf @@ -56,6 +56,7 @@ http { keepalive_timeout 60; gzip off; gzip_comp_level 4; + client_max_body_size 20M; # Include the Elastic Beanstalk generated locations include conf.d/elasticbeanstalk/healthd.conf;