From e3fb9aa60e99ebdd344e026cdeee625d5c78b31b Mon Sep 17 00:00:00 2001 From: KJBig Date: Fri, 25 Oct 2024 11:21:42 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=84=A4=EC=A0=95=20=EB=AF=B8?= =?UTF-8?q?=EC=8A=A4=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sluv-admin/src/main/resources/application.yml | 4 ++++ sluv-api/src/main/resources/application.yml | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sluv-admin/src/main/resources/application.yml b/sluv-admin/src/main/resources/application.yml index aa6a4097..5d52dd3e 100644 --- a/sluv-admin/src/main/resources/application.yml +++ b/sluv-admin/src/main/resources/application.yml @@ -16,6 +16,10 @@ spring: thymeleaf: prefix: classpath:/templates/ suffix: .html + +server: + tomcat: + use-relative-redirects: true --- spring: config: diff --git a/sluv-api/src/main/resources/application.yml b/sluv-api/src/main/resources/application.yml index 63418d61..90887fc3 100644 --- a/sluv-api/src/main/resources/application.yml +++ b/sluv-api/src/main/resources/application.yml @@ -12,12 +12,6 @@ spring: user: name: user password: 1234 - require-ssl: true - -server: - ssl: - enabled: true - forward-headers-strategy: native ---