]> granicus.if.org Git - ejabberd/commitdiff
Clarify in mod_register_web example what host to put in the URL
authorBadlop <badlop@process-one.net>
Sat, 11 Jun 2011 14:15:37 +0000 (16:15 +0200)
committerBadlop <badlop@process-one.net>
Sat, 11 Jun 2011 14:42:02 +0000 (16:42 +0200)
doc/guide.tex

index 559fac5c45a5335fb0010c46d0af54a2de130439..da7538a7c9ce6d7160c7b7b84dc72f7c773ec890 100644 (file)
@@ -3969,6 +3969,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, [
@@ -3987,7 +3989,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.