diff options
author | Badlop <badlop@process-one.net> | 2011-04-28 13:24:18 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-04-28 13:24:18 +0200 |
commit | b807b21a596b7bb95e5578773175404453212f57 (patch) | |
tree | 645a0154c91d67519eb818d4f3ece8cd3099e607 | |
parent | mod_register Access now also controls account unregistrations (diff) |
Show configuration for HTTPS http_bind
-rw-r--r-- | doc/guide.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index ce57c3c9f..9352511a6 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1028,7 +1028,7 @@ However, the c2s and s2s connections to the domain \term{example.com} use the fi \item Port 5269 listens for s2s connections with STARTTLS. The socket is set for IPv6 instead of IPv4. \item Port 3478 listens for STUN requests over UDP. \item Port 5280 listens for HTTP requests, and serves the HTTP Poll service. -\item Port 5281 listens for HTTP requests, and serves the Web Admin using HTTPS as explained in +\item Port 5281 listens for HTTP requests, using HTTPS to serve HTTP-Bind (BOSH) and the Web Admin as explained in section~\ref{webadmin}. The socket only listens connections to the IP address 127.0.0.1. \end{itemize} \begin{verbatim} @@ -1057,6 +1057,7 @@ However, the c2s and s2s connections to the domain \term{example.com} use the fi ]}, {{5281, "127.0.0.1"}, ejabberd_http, [ web_admin, + http_bind, tls, {certfile, "/etc/ejabberd/server.pem"}, ]} ] |