From 4784f89942862d15a4578e00c696b0eba03a28a3 Mon Sep 17 00:00:00 2001 From: likingcode Date: Tue, 10 Mar 2026 09:28:04 +0800 Subject: [PATCH] fix(proxy): preserve https redirects behind Caddy and update H2 console hint --- src/main/resources/application.properties | 1 + src/main/resources/static/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 47a110b..27d32c1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,6 @@ spring.application.name=springboot-scaffold server.port=8083 +server.forward-headers-strategy=framework spring.profiles.active=${APP_PROFILE:learn} diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 9c2aae6..62cd400 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -218,7 +218,7 @@