From 14c50d53f20d6afe34b6711f627ae39eff4be3d4 Mon Sep 17 00:00:00 2001 From: hyeonda02 Date: Fri, 30 Aug 2024 00:38:55 +0900 Subject: [PATCH] =?UTF-8?q?Chore=20:=20nginx.conf=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform/nginx.conf b/.platform/nginx.conf index ad62432..67ecf4c 100644 --- a/.platform/nginx.conf +++ b/.platform/nginx.conf @@ -13,6 +13,7 @@ events { http { include /etc/nginx/mime.types; default_type application/octet-stream; + client_max_body_size 20M; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' @@ -51,7 +52,6 @@ http { access_log /var/log/nginx/access.log main; - client_max_body_size 20M; client_header_timeout 60; client_body_timeout 60;