From 947c101dd5df0100dec2b60742493947b961eb67 Mon Sep 17 00:00:00 2001 From: Hanvp Date: Fri, 19 Jan 2024 18:41:15 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20Bug/286=20413=20=ED=95=B4=EA=B2=B0=20?= =?UTF-8?q?=EC=9C=84=ED=95=B4=20application.yml=EA=B3=BC=20ngnix.conf=20?= =?UTF-8?q?=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 + src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.platform/nginx.conf b/.platform/nginx.conf index cf8fde4..4f804b3 100644 --- a/.platform/nginx.conf +++ b/.platform/nginx.conf @@ -48,6 +48,7 @@ http { client_header_timeout 60; client_body_timeout 60; + client_max_body_size 30M; keepalive_timeout 60; gzip off; gzip_comp_level 4; diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c6b1e7f..ae65f71 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -246,7 +246,7 @@ spring: servlet: multipart: - maxFileSize: 20MB + maxFileSize: 30MB maxRequestSize: 30MB enabled: true