1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update README.md

This commit is contained in:
niansa 2017-03-09 10:18:31 +01:00 committed by GitHub
parent f97f0ac1fb
commit 14f7a906af

View file

@ -10,8 +10,9 @@ An usable bash-httpserver with easy configuration and PHP.
* `$ git clone https://github.com/niansa/simpsh-httpd.git` * `$ git clone https://github.com/niansa/simpsh-httpd.git`
* `$ cd ./simpsh-httpd` * `$ cd ./simpsh-httpd`
3. Edit config.sh: 3. Edit config.sh:
* `FILES` Here is the webroot (homefolder for the website) * `FILES` Here is the webroot (homefolder for the website).
* `HTMLTITLE` This is the title for the filelist * `HTMLTITLE` This is the title for the filelist.
* `HTMLFILE` The finished Document will saved here. ${HTMLFILEID} must be included! * `HTMLFILE` The finished Document will saved here. ${HTMLFILEID} must be included!
* `DEFAULTCONTENT` This Content-Type will used for unknown files. * `DEFAULTCONTENT` This Content-Type will used for unknown files.
* ` * `PORT` This port will used for listening.