24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Clarify in mod_register_web example what host to put in the URL

This commit is contained in:
Badlop 2011-06-11 16:15:37 +02:00
parent f4d0b201ad
commit b9e1bc34da

View File

@ -3951,6 +3951,8 @@ Options:
This example configuration shows how to enable the module and the web handler: This example configuration shows how to enable the module and the web handler:
\begin{verbatim} \begin{verbatim}
{hosts, ["localhost", "example.org", "example.com"]}.
{listen, [ {listen, [
... ...
{5281, ejabberd_http, [ {5281, ejabberd_http, [
@ -3969,7 +3971,8 @@ This example configuration shows how to enable the module and the web handler:
]}. ]}.
\end{verbatim} \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, It is important to include the last / character in the URL,
otherwise the subpages URL will be incorrect. otherwise the subpages URL will be incorrect.