Browse Source

Actually, we still use 404 here

master
Luke Murphy 5 years ago
parent
commit
74c8e6a6f2
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      bibliotecha.sh

2
bibliotecha.sh

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

Loading…
Cancel
Save