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:
parent
3d2d813801
commit
45ef3b6a9b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue