Update 32-nginx.sh

This commit is contained in:
Alexandre
2022-06-08 11:27:23 +02:00
committed by GitHub
parent 3809cb92d6
commit 11e38fc121

View File

@@ -29,6 +29,7 @@ fi
# Force scheme
if bashio::config.true 'force_scheme_https'; then
# shellcheck disable=SC2016
sed -i 's|$scheme|https|g' /etc/nginx/servers/ingress.conf
fi