From 20fca30a954570bd4378bc23cdb2832842bbf75b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Dec 2022 16:04:44 +0100 Subject: [PATCH] Update 99-run.sh --- webtrees/rootfs/etc/cont-init.d/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/webtrees/rootfs/etc/cont-init.d/99-run.sh b/webtrees/rootfs/etc/cont-init.d/99-run.sh index 069c20612..8fea753f3 100755 --- a/webtrees/rootfs/etc/cont-init.d/99-run.sh +++ b/webtrees/rootfs/etc/cont-init.d/99-run.sh @@ -77,6 +77,7 @@ if bashio::config.true 'ssl'; then #Send env variables export HTTPS=true export SSL=true + export HTTPS_REDIRECT=true BASE_URL="$BASE_URL":$(bashio::addon.port 443) export BASE_URL="${BASE_URL/http:/https:}"