Updated Introduction (markdown)

ProgVal 2011-06-24 09:24:43 -07:00
parent 75b901d396
commit 3e8dc2afb2

@ -13,6 +13,7 @@ Before reading further, be sure you have a Limnoria (or any Supybot fork that me
### Configuration
The HTTP comes with a couple of additional variables:
* `supybot.servers.http.host`: The host the bot will bind. In most of the cases, you will use 0.0.0.0 (everything) or 127.0.0.1 (restricted to local connections). Defaults to 0.0.0.0
* `supybot.servers.http.port`: The port the bot will bind. May not work if the number is too low. Defaults to 8080 (alternative HTTP port).
* `supybot.servers.http.keepAlive`: Determines weather the HTTP server will run even if has nothing to serve. Defaults to False, because the HTTP might require to change the port, if it is already taken.