From 45ef3b6a9b2689a6355aeb9f8e2594f6b4a1180c Mon Sep 17 00:00:00 2001 From: niansa Date: Mon, 1 May 2017 12:39:17 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d09f4b..6bd773e 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ An usable bash-httpserver with easy configuration and PHP. 3. Edit config.sh: * `FILES` Here is the webroot (homefolder for the website). * `HTMLTITLE` This is the title for the filelist. - * `HTMLFILE` The finished Document will saved here. ${HTMLFILEID} must be included! - * `DEFAULTCONTENT` This Content-Type send the Server, if the requested File isn't a folder or phpfile. + * `OUTFILE` The finished Document will saved here. ${OUTFILEID} must be included! + * `DEFAULTCONTENTTYPE` This Content-Type send the Server, if the requested File isn't a folder or phpfile. * `PORT` This port will used for listening. * `WEBSITE` This is the URL of the Website (Example: "http://localhost:$PORT") 4. Make all files executable