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
b773ca7aca
commit
08692030c7
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue