updates.
[runtime.git] / doc / example_silcd.conf.in
index 9820b2ba60540377dce226c570e07c12853e3c36..6b9ba6f036d514f3db0ed1dd74093766327939c9 100644 (file)
@@ -162,6 +162,12 @@ General {
        # Limit on how many channels one client can join.  Default is 50.
        #channel_join_limit = 100;
 
+       # HTTP server access to the server for retrieving server statistics
+       # with a web browser.  This is disabled by default.
+       #http_server = true;
+       #http_server_ip = "127.0.0.1";
+       #http_server_port = 5000;
+
        # Debug string.  Debug string can be set to print debugging from
        # the running server.  The debug is redirected to stderr.
        # debug_string = "";