diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-25 20:31:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-25 20:31:45 +0000 |
commit | 807af44602e002ef41087131a99fa400d1ca737f (patch) | |
tree | a21a1578d86b08940abe5c8bcd2dcf001fee0e10 /docs/inspircd.conf.example | |
parent | 85d6818afa2a8d032b73d0636792277f94b4edf3 (diff) |
Document the ability to have multiple <http> tags
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5332 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 54d97375f..7cdd3be70 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1022,6 +1022,10 @@ #<http ip="192.168.1.10" host="brainwave" port="32006" # index="/home/brain/inspircd/http/index.html"> # +# You may have as many of these tags as you wish, each with a different +# IP, port, host or index file. Each one will act as an independent +# HTTP server. +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # http stats module: Provides basic stats pages over HTTP |