diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-12 20:34:52 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-12 20:34:52 +0000 |
commit | 0aa899ee2f7d82ea59f4c34fd29abaac29824903 (patch) | |
tree | 93e92c64d6b23677679a7e35326cc5d3f4f698f4 /docs | |
parent | d5207987511ac58cb8e7496128b8811c93c5180e (diff) |
Add HTTP auth
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9713 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index b4c49332d..f2287ab7e 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1785,7 +1785,7 @@ # network and when the correct password is specified: # # <httpdacl path="/stats*" types="password,whitelist" -# password="mypasshere" whitelist="127.0.0.*,10.*"> +# username="secretstuff" password="mypasshere" whitelist="127.0.0.*,10.*"> # # Deny all connections to all but the main index page: # |