diff options
author | badlop <badlop@ono.com> | 2014-04-16 10:03:07 +0200 |
---|---|---|
committer | badlop <badlop@ono.com> | 2014-04-16 10:03:07 +0200 |
commit | 727197613a1e934c8547187e66820493f48ac98b (patch) | |
tree | d9e93fb3b0d3e0e5a41e743794284c3bc17a1c07 /doc | |
parent | Merge pull request #170 from weiss/fix-doc-typos (diff) | |
parent | Update a URL in the guide (diff) |
Merge pull request #171 from weiss/update-doc-url
Update a URL in the guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index f7cd00d2..21e66a08 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -920,7 +920,7 @@ This is a detailed description of each option allowed by the listening modules: `\verb|openssl ciphers|' command. \titem{protocol\_options: ProtocolOpts} \ind{options!protocol\_options} List of general options relating to SSL/TLS. These map to \verb|<a href="https://www.openssl.org/docs/ssl/SSL_CTX_set_options.html">OpenSSL's set_options()</a>|. - For a full list of options available in ejabberd, \verb|<a href="https://github.com/processone/tls/blob/protocol_options/c_src/options.h">see the source</a>|. + For a full list of options available in ejabberd, \verb|<a href="https://github.com/processone/tls/blob/master/c_src/options.h">see the source</a>|. The default entry is: \verb|"no_sslv2"| \titem{default\_host: undefined|HostName\}} If the HTTP request received by ejabberd contains the HTTP header \term{Host} |