From 86a4ed7ea345199f545dda0914ec3d416a2cf50e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 Jul 2019 10:16:58 +0200 Subject: [PATCH] Use new error handler for lighttpd --- bibliotecha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibliotecha.sh b/bibliotecha.sh index f471978..40e2e60 100755 --- a/bibliotecha.sh +++ b/bibliotecha.sh @@ -274,7 +274,7 @@ function configure_webserver { mkdir -p "$LIGHTTPD_CONFIG_PATH" - { echo 'server.error-handler-404 = "/bibliotecha/index.html"' + { echo 'server.error-handler = "/bibliotecha/index.html"' echo "" # shellcheck disable=SC2016 echo '$HTTP["host"] == "bibliotecha.library" {'