1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update config.sh

This commit is contained in:
niansa 2017-08-25 16:09:27 +02:00 committed by GitHub
parent 608d35f56f
commit 0199e05ca6

View file

@ -18,6 +18,6 @@ PORT=8888
# Wie heisst die Webseite (URL des obersten Verzeichnis)?
WEBSITE="http://localhost:$PORT"
# Statuscode-Seiten (Müssen txt-Dateien sein)
ERROR404="${FILES}/404.txt"
ERROR403="${FILES}/403.txt"
# Statuscode-Seiten (Müssen html-Dateien sein)
ERROR404="${FILES}/404.html"
ERROR403="${FILES}/403.html"