diff --git a/The-http-server.md b/The-http-server.md index 2d0650e..cdf2406 100644 --- a/The-http-server.md +++ b/The-http-server.md @@ -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.