Use new error handler for lighttpd
This commit is contained in:
parent
c64ab82d59
commit
86a4ed7ea3
@ -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" {'
|
||||||
|
Loading…
Reference in New Issue
Block a user