comparison xml/en/docs/http/ngx_http_core_module.xml @ 88:6876e2558d09

Spell checking.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 14 Oct 2011 08:47:26 +0000
parents 341dc6392e8a
children f451dc5c5c82
comparison
equal deleted inserted replaced
87:f5539fb36bbb 88:6876e2558d09
1004 Regular expressions are specified by prepending them with the 1004 Regular expressions are specified by prepending them with the
1005 <dq><value>~*</value></dq> prefix (for case-insensitive matching), or with the 1005 <dq><value>~*</value></dq> prefix (for case-insensitive matching), or with the
1006 <dq><value>~</value></dq> prefix (for case-sensitive matching). 1006 <dq><value>~</value></dq> prefix (for case-sensitive matching).
1007 To find a location matching a given request, nginx first checks 1007 To find a location matching a given request, nginx first checks
1008 locations defined using the prefix strings (prefix locations). 1008 locations defined using the prefix strings (prefix locations).
1009 Amongst them, the most specific one is searched. 1009 Among them, the most specific one is searched.
1010 Then regular expressions are checked, in the order of their appearance 1010 Then regular expressions are checked, in the order of their appearance
1011 in a configuration file. 1011 in a configuration file.
1012 A search terminates on the first match, and its corresponding 1012 A search terminates on the first match, and its corresponding
1013 configuration is used. 1013 configuration is used.
1014 If no match with a regular expression location is found then a 1014 If no match with a regular expression location is found then a
1863 1863
1864 <para> 1864 <para>
1865 Enables or disables the use of 1865 Enables or disables the use of
1866 the <c-def>TCP_NOPUSH</c-def> socket option on FreeBSD 1866 the <c-def>TCP_NOPUSH</c-def> socket option on FreeBSD
1867 or the <c-def>TCP_CORK</c-def> socket option on Linux. 1867 or the <c-def>TCP_CORK</c-def> socket option on Linux.
1868 Opitons are enabled only when <link id="sendfile">sendfile</link> is used. 1868 Options are enabled only when <link id="sendfile">sendfile</link> is used.
1869 Enabling the option allows to 1869 Enabling the option allows to
1870 <list type="bullet"> 1870 <list type="bullet">
1871 1871
1872 <listitem> 1872 <listitem>
1873 send the response header and the beginning of a file in one packet, 1873 send the response header and the beginning of a file in one packet,
2285 id="fastcgi_pass_request_body">fastcgi_pass_request_body</link> 2285 id="fastcgi_pass_request_body">fastcgi_pass_request_body</link>
2286 directives, respectively. 2286 directives, respectively.
2287 </para> 2287 </para>
2288 </tag-desc> 2288 </tag-desc>
2289 2289
2290 <tag-name><var>$request_completion</var></tag-name>
2291 <tag-desc>
2292 <dq><code>OK</code></dq> if a request has completed,
2293 or an empty string otherwise
2294 </tag-desc>
2295
2290 <tag-name><var>$request_filename</var></tag-name> 2296 <tag-name><var>$request_filename</var></tag-name>
2291 <tag-desc> 2297 <tag-desc>
2292 file path for the current query, based on the 2298 file path for the current query, based on the
2293 <link id="root">root</link> and <link id="alias">alias</link> 2299 <link id="root">root</link> and <link id="alias">alias</link>
2294 directives, and the request URI 2300 directives, and the request URI