comparison xml/en/docs/http/configuring_https_servers.xml @ 59:bd9f103036a0

Put <programlisting> inside <para>.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 03 Oct 2011 16:30:39 +0000
parents b706454b2ab8
children a10bc0cb0a6a
comparison
equal deleted inserted replaced
58:fc5918d8bd21 59:bd9f103036a0
54 <para> 54 <para>
55 CBC-mode ciphers might be vulnerable to a number of attacks and to 55 CBC-mode ciphers might be vulnerable to a number of attacks and to
56 the BEAST attack in particular (see 56 the BEAST attack in particular (see
57 <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389">CVE-2011-3389</a>). 57 <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389">CVE-2011-3389</a>).
58 Configuration of ciphers can be adjusted to prefer RC4-SHA as the following: 58 Configuration of ciphers can be adjusted to prefer RC4-SHA as the following:
59 </para>
60 59
61 <programlisting> 60 <programlisting>
62 ssl_ciphers RC4:HIGH:!aNULL:!MD5; 61 ssl_ciphers RC4:HIGH:!aNULL:!MD5;
63 ssl_prefer_server_ciphers on; 62 ssl_prefer_server_ciphers on;
64 </programlisting> 63 </programlisting>
64 </para>
65 65
66 </section> 66 </section>
67 67
68 68
69 <section name="optimization" title="HTTPS server optimization"> 69 <section name="optimization" title="HTTPS server optimization">