diff --git a/config.sh b/config.sh index a3514c8..9ae0162 100644 --- a/config.sh +++ b/config.sh @@ -18,7 +18,7 @@ DEFAULTCONTENTTYPE="text/html" # This port will used for listening PORT=8888 -# This is the URL of the website (Example: "http://localhost:$PORT") +# This is the URL of the website (Example: "http://example.org:$PORT") WEBSITE="http://localhost:$PORT" # Should PHP be enabled? You need to install php-cli package to use it. May be false or true