From bc9d8c03a1ef14ad1c78bee817e82c70bcce8d3a Mon Sep 17 00:00:00 2001 From: jainefer Date: Tue, 21 May 2024 18:36:09 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=EC=BF=A0=ED=82=A4=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ebextensions/02-nginx.config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .ebextensions/02-nginx.config diff --git a/.ebextensions/02-nginx.config b/.ebextensions/02-nginx.config new file mode 100644 index 0000000..c6371eb --- /dev/null +++ b/.ebextensions/02-nginx.config @@ -0,0 +1,8 @@ +files: + "/etc/nginx/conf.d/proxy.conf": + mode: "000644" + owner: root + group: root + content: | + client_max_body_size 2000M; + client_body_buffer_size 10M; \ No newline at end of file