We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a78b7 commit 9628635Copy full SHA for 9628635
VERSION
@@ -1 +1 @@
1
-5.1.0
+5.1.1
overlay/etc/bf/init.d/21-ssl-init
@@ -32,7 +32,7 @@ if [ ! -f "${PROXY_SSL_CONF}" ] && [ -n "${PROXY_AUTO_PRIMARY-}" ] && [ -n "${PR
32
bf-env "PROXY_AUTO" "1"
33
34
# if there are aliases enable canonical redirection
35
- [[ -n "${PROXY_AUTO_ALIASES}" ]] && bf-env "PROXY_SSL_REDIRECT_TO_CANONICAL" "1"
+ [[ -n "${PROXY_AUTO_ALIASES-}" ]] && bf-env "PROXY_SSL_REDIRECT_TO_CANONICAL" "1"
36
37
fi
38
0 commit comments