Use new error handler for lighttpd

This commit is contained in:
Luke Murphy 2019-07-09 10:16:58 +02:00
parent c64ab82d59
commit 86a4ed7ea3
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -274,7 +274,7 @@ function configure_webserver {
mkdir -p "$LIGHTTPD_CONFIG_PATH" mkdir -p "$LIGHTTPD_CONFIG_PATH"
{ echo 'server.error-handler-404 = "/bibliotecha/index.html"' { echo 'server.error-handler = "/bibliotecha/index.html"'
echo "" echo ""
# shellcheck disable=SC2016 # shellcheck disable=SC2016
echo '$HTTP["host"] == "bibliotecha.library" {' echo '$HTTP["host"] == "bibliotecha.library" {'