mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Merge pull request #215 from weiss/fix-url-markup
Fix URL markup in the guide
This commit is contained in:
commit
0dc8429d16
@ -930,8 +930,10 @@ This is a detailed description of each option allowed by the listening modules:
|
|||||||
\titem{ciphers: Ciphers} OpenSSL ciphers list in the same format accepted by
|
\titem{ciphers: Ciphers} OpenSSL ciphers list in the same format accepted by
|
||||||
`\verb|openssl ciphers|' command.
|
`\verb|openssl ciphers|' command.
|
||||||
\titem{protocol\_options: ProtocolOpts} \ind{options!protocol\_options}
|
\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>|.
|
List of general options relating to SSL/TLS. These map to
|
||||||
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>|.
|
\footahref{https://www.openssl.org/docs/ssl/SSL\_CTX\_set\_options.html}{OpenSSL's set\_options()}.
|
||||||
|
For a full list of options available in ejabberd,
|
||||||
|
\footahref{https://github.com/processone/tls/blob/master/c\_src/options.h}{see the source}.
|
||||||
The default entry is: \verb|"no_sslv2"|
|
The default entry is: \verb|"no_sslv2"|
|
||||||
\titem{default\_host: undefined|HostName\}}
|
\titem{default\_host: undefined|HostName\}}
|
||||||
If the HTTP request received by ejabberd contains the HTTP header \term{Host}
|
If the HTTP request received by ejabberd contains the HTTP header \term{Host}
|
||||||
@ -1110,8 +1112,10 @@ There are some additional global options that can be specified in the ejabberd c
|
|||||||
\titem{s2s\_ciphers: Ciphers} \ind{options!s2s\_ciphers} OpenSSL ciphers list
|
\titem{s2s\_ciphers: Ciphers} \ind{options!s2s\_ciphers} OpenSSL ciphers list
|
||||||
in the same format accepted by `\verb|openssl ciphers|' command.
|
in the same format accepted by `\verb|openssl ciphers|' command.
|
||||||
\titem{s2s\_protocol\_options: ProtocolOpts} \ind{options!s2s\_protocol\_options}
|
\titem{s2s\_protocol\_options: ProtocolOpts} \ind{options!s2s\_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>|.
|
List of general options relating to SSL/TLS. These map to
|
||||||
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>|.
|
\footahref{https://www.openssl.org/docs/ssl/SSL\_CTX\_set\_options.html}{OpenSSL's set\_options()}.
|
||||||
|
For a full list of options available in ejabberd,
|
||||||
|
\footahref{https://github.com/processone/tls/blob/master/c\_src/options.h}{see the source}.
|
||||||
The default entry is: \verb|"no_sslv2"|
|
The default entry is: \verb|"no_sslv2"|
|
||||||
\titem{outgoing\_s2s\_families: [Family, ...]} \ind{options!outgoing\_s2s\_families}
|
\titem{outgoing\_s2s\_families: [Family, ...]} \ind{options!outgoing\_s2s\_families}
|
||||||
Specify which address families to try, in what order.
|
Specify which address families to try, in what order.
|
||||||
|
Loading…
Reference in New Issue
Block a user