aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2011-06-11 16:15:37 +0200
committerBadlop <badlop@process-one.net>2011-06-11 16:15:37 +0200
commitb9e1bc34da60b6537c63caca9b3efb7cd0e92c1f (patch)
treed913c798ec2d17b22f8057b05b411ef692ed841c /doc/guide.tex
parentEscape iolist correctly when NIFs are disabled (EJAB-1462) (diff)
Clarify in mod_register_web example what host to put in the URL
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 84581033d..0542a6bf2 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -3951,6 +3951,8 @@ Options:
This example configuration shows how to enable the module and the web handler:
\begin{verbatim}
+{hosts, ["localhost", "example.org", "example.com"]}.
+
{listen, [
...
{5281, ejabberd_http, [
@@ -3969,7 +3971,8 @@ This example configuration shows how to enable the module and the web handler:
]}.
\end{verbatim}
-The users can visit this page: https://localhost:5281/register/
+For example, the users of the host \term{example.org} can visit the page:
+\ns{https://example.org:5281/register/}
It is important to include the last / character in the URL,
otherwise the subpages URL will be incorrect.