From 87ac259945ba7d831435772c9ab9e5416416e16f Mon Sep 17 00:00:00 2001 From: bfren Date: Sat, 24 Sep 2022 13:47:31 +0100 Subject: [PATCH 1/2] Bumping version to 5.1.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index acf69b4..3bff059 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.0 \ No newline at end of file +5.1.1 \ No newline at end of file From 60ec743d5d7eea1a7bb756aadd8c8a4a99db8693 Mon Sep 17 00:00:00 2001 From: bfren Date: Sat, 24 Sep 2022 13:47:41 +0100 Subject: [PATCH 2/2] Fixing regression in ssl init --- overlay/etc/bf/init.d/21-ssl-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/etc/bf/init.d/21-ssl-init b/overlay/etc/bf/init.d/21-ssl-init index 1a94c67..73278ad 100644 --- a/overlay/etc/bf/init.d/21-ssl-init +++ b/overlay/etc/bf/init.d/21-ssl-init @@ -32,7 +32,7 @@ if [ ! -f "${PROXY_SSL_CONF}" ] && [ -n "${PROXY_AUTO_PRIMARY-}" ] && [ -n "${PR bf-env "PROXY_AUTO" "1" # if there are aliases enable canonical redirection - [[ -n "${PROXY_AUTO_ALIASES}" ]] && bf-env "PROXY_SSL_REDIRECT_TO_CANONICAL" "1" + [[ -n "${PROXY_AUTO_ALIASES-}" ]] && bf-env "PROXY_SSL_REDIRECT_TO_CANONICAL" "1" fi