From de048bead570d41dd6af53906373199ff22258e8 Mon Sep 17 00:00:00 2001 From: Hanvp Date: Thu, 25 Jan 2024 21:31:19 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20Feature/289=20aws=20doc=EB=8C=80?= =?UTF-8?q?=EB=A1=9C=20nginx.conf=20=EC=9C=84=EC=B9=98=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .platform/{ => nginx}/nginx.conf | 0 src/main/resources/application.yml | 10 ---------- 2 files changed, 10 deletions(-) rename .platform/{ => nginx}/nginx.conf (100%) diff --git a/.platform/nginx.conf b/.platform/nginx/nginx.conf similarity index 100% rename from .platform/nginx.conf rename to .platform/nginx/nginx.conf diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1046c5b..8351375 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -107,9 +107,6 @@ fcm: url: ${FCM_URL} project-num: ${FCM_PROJECT_NUMBER} -server: - tomcat: - max-http-form-post-size: 30MB --- spring: config: @@ -206,9 +203,6 @@ fcm: url: ${FCM_URL} project-num: ${FCM_PROJECT_NUMBER} -server: - tomcat: - max-http-form-post-size: 30MB --- spring: config: @@ -302,7 +296,3 @@ naver-sms: fcm: url: ${FCM_URL} project-num: ${FCM_PROJECT_NUMBER} - -server: - tomcat: - max-http-form-post-size: 30MB \ No newline at end of file