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:
parent
608d35f56f
commit
0199e05ca6
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue