comparison xml/en/docs/http/ngx_http_core_module.xml @ 240:472e88bf177e

Slightly better wording for the "bind" parameter of the "listen" directive.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Dec 2011 20:28:47 +0000
parents 48a5c2083270
children 664b6b874da2
comparison
equal deleted inserted replaced
239:fe72da550150 240:472e88bf177e
1074 1074
1075 <tag-name> 1075 <tag-name>
1076 <parameter>bind</parameter> 1076 <parameter>bind</parameter>
1077 </tag-name> 1077 </tag-name>
1078 <tag-desc> 1078 <tag-desc>
1079 specifies to make a separate <c-func>bind</c-func> call for a given 1079 instructs to make a separate <c-func>bind</c-func> call for a given
1080 <argument>address</argument>:<argument>port</argument> pair. 1080 <argument>address</argument>:<argument>port</argument> pair.
1081 This is because nginx will only <c-func>bind</c-func> to 1081 This is because nginx will <c-func>bind</c-func> only to
1082 <code>*</code>:<argument>port</argument> 1082 <code>*</code>:<argument>port</argument>
1083 if there are several <code>listen</code> directives with 1083 if there are several <code>listen</code> directives with
1084 the same port but different addresses, and one of the 1084 the same port but different addresses, and one of the
1085 <code>listen</code> directives listens on all addresses 1085 <code>listen</code> directives listens on all addresses
1086 for the given port (<code>*</code>:<argument>port</argument>). 1086 for the given port (<code>*</code>:<argument>port</argument>).