comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 817:4fecf0715bbf

Introducing "worker_processes auto" in SSL configuration examples.
author Andrei Belov <defan@nginx.com>
date Tue, 22 Jan 2013 17:45:12 +0400
parents b95a6d779c89
children d7f2325fa832
comparison
equal deleted inserted replaced
816:c711c50bdcf4 817:4fecf0715bbf
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="6"> 13 rev="7">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
59 </listitem> 59 </listitem>
60 60
61 </list> 61 </list>
62 62
63 <example> 63 <example>
64 <emphasis>worker_processes 2;</emphasis> 64 <emphasis>worker_processes auto;</emphasis>
65 65
66 http { 66 http {
67 67
68 ... 68 ...
69 69