From 7c49789c9bd093754932d31371d2829189b91f9e Mon Sep 17 00:00:00 2001 From: niansa Date: Fri, 11 Jan 2019 16:09:15 +0000 Subject: [PATCH] Update config.sh --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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