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 2018-07-15 08:54:04 +00:00
parent b773ca7aca
commit 08692030c7

View file

@ -21,6 +21,9 @@ PORT=8888
# This is the URL of the website (Example: "http://localhost:$PORT")
WEBSITE="http://localhost:$PORT"
# Is PHP enabled? You need to install php-cli package to use it!
ENABLE_PHP="false"
# Error code pages, they need to be HTML documents
ERROR404="${FILES}/404.html"
ERROR403="${FILES}/403.html"