comparison xml/en/docs/http/ngx_http_core_module.xml @ 476:4070589eebce

In "listen", specifying "ssl" doesn't require specifying "default".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 02 Apr 2012 07:46:35 +0000
parents c505c92c8658
children c5680571ec09
comparison
equal deleted inserted replaced
475:cfc69ee2f0a0 476:4070589eebce
1227 the SSL mode. 1227 the SSL mode.
1228 This allows for a more compact configuration for the server operating 1228 This allows for a more compact configuration for the server operating
1229 in both HTTP and HTTPS modes simultaneously. 1229 in both HTTP and HTTPS modes simultaneously.
1230 <example> 1230 <example>
1231 listen 80; 1231 listen 80;
1232 listen 443 default ssl; 1232 listen 443 ssl;
1233 </example> 1233 </example>
1234 </tag-desc> 1234 </tag-desc>
1235 1235
1236 <tag-name> 1236 <tag-name>
1237 <literal>so_keepalive</literal>=<literal>on</literal>|<literal>off</literal>|[<value>keepidle</value>]:[<value>keepintvl</value>]:[<value>keepcnt</value>] 1237 <literal>so_keepalive</literal>=<literal>on</literal>|<literal>off</literal>|[<value>keepidle</value>]:[<value>keepintvl</value>]:[<value>keepcnt</value>]