diff options
author | Alexey Shchepin <alexey@process-one.net> | 2004-08-27 21:02:59 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2004-08-27 21:02:59 +0000 |
commit | 210a9a689b0435f70e5d58b40dc9c97250f2bfcf (patch) | |
tree | 3a7d761e390ca9aaf8aec574371252dfe61d52b7 /doc/guide.html | |
parent | * src/xml_stream.erl: Few optimizations (diff) |
* doc/guide.tex: Fix (thanks to Sander Devrieze)
SVN Revision: 263
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index ad110bb15..7cfa86468 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -639,7 +639,8 @@ To perform online reconfiguration of <TT>ejabberd</TT> you need to enable <TT>ejabberd_http</TT> listener with option <TT>web_admin</TT> (see section <A HREF="#sec:configlistened">3.1.5</A>). After that you can open URL <CODE>http://server:port/admin/</CODE> with you favorite web-browser and enter -username and password of <TT>ejabberd</TT> administrator. E. g. with such config: +username and password of an <TT>ejabberd</TT> user with administrator rights. E. g. +with such config: <PRE> ... {host, "example.org"}. |