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
8556a0d7d6
commit
dec18817af
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ An usable bash-httpserver with easy configuration and PHP.
|
|||
* `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")
|
||||
* `WEBSITE` This is the URL of the website (Example: "http://localhost:$PORT")
|
||||
* `ERROR404` This is the error page 404
|
||||
* `ERROR403` This is the error page 403
|
||||
4. Make all files executable
|
||||
* `chmod ~/simpsh-httpd/* +x`
|
||||
5. Start simpsh-httpd:
|
||||
|
|
Loading…
Add table
Reference in a new issue