From 3e8dc2afb28a743d3ef284f4f9d206abbf0afdad Mon Sep 17 00:00:00 2001 From: ProgVal Date: Fri, 24 Jun 2011 09:24:43 -0700 Subject: [PATCH] Updated Introduction (markdown) --- The-http-server.md | 1 + 1 file changed, 1 insertion(+) 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.