comparison xml/en/docs/http/ngx_http_core_module.xml @ 1911:f024ac0ec5c7

Apple rebranded Mac OS X to macOS.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 17 Feb 2017 17:58:53 +0300
parents d59199b0c022
children 66a30a380fba
comparison
equal deleted inserted replaced
1910:41cf2c2d8c5c 1911:f024ac0ec5c7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="67"> 13 rev="68">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
491 <appeared-in>0.7.7</appeared-in> 491 <appeared-in>0.7.7</appeared-in>
492 492
493 <para> 493 <para>
494 Enables the use of 494 Enables the use of
495 the <c-def>O_DIRECT</c-def> flag (FreeBSD, Linux), 495 the <c-def>O_DIRECT</c-def> flag (FreeBSD, Linux),
496 the <c-def>F_NOCACHE</c-def> flag (Mac OS X), 496 the <c-def>F_NOCACHE</c-def> flag (macOS),
497 or the <c-func>directio</c-func> function (Solaris), 497 or the <c-func>directio</c-func> function (Solaris),
498 when reading files that are larger than or equal to 498 when reading files that are larger than or equal to
499 the specified <value>size</value>. 499 the specified <value>size</value>.
500 The directive automatically disables (0.7.15) the use of 500 The directive automatically disables (0.7.15) the use of
501 <link id="sendfile"/> 501 <link id="sendfile"/>
884 The <value>browser</value> parameters specify which 884 The <value>browser</value> parameters specify which
885 browsers will be affected. 885 browsers will be affected.
886 The value <literal>msie6</literal> disables keep-alive connections 886 The value <literal>msie6</literal> disables keep-alive connections
887 with old versions of MSIE, once a POST request is received. 887 with old versions of MSIE, once a POST request is received.
888 The value <literal>safari</literal> disables keep-alive connections 888 The value <literal>safari</literal> disables keep-alive connections
889 with Safari and Safari-like browsers on Mac OS X and Mac OS X-like 889 with Safari and Safari-like browsers on macOS and macOS-like
890 operating systems. 890 operating systems.
891 The value <literal>none</literal> enables keep-alive connections 891 The value <literal>none</literal> enables keep-alive connections
892 with all browsers. 892 with all browsers.
893 <note> 893 <note>
894 Prior to version 1.1.18, the value <literal>safari</literal> matched 894 Prior to version 1.1.18, the value <literal>safari</literal> matched
1347 <tag-desc> 1347 <tag-desc>
1348 sets the <literal>backlog</literal> parameter in the 1348 sets the <literal>backlog</literal> parameter in the
1349 <c-func>listen</c-func> call that limits 1349 <c-func>listen</c-func> call that limits
1350 the maximum length for the queue of pending connections. 1350 the maximum length for the queue of pending connections.
1351 By default, 1351 By default,
1352 <literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X, 1352 <literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and macOS,
1353 and to 511 on other platforms. 1353 and to 511 on other platforms.
1354 </tag-desc> 1354 </tag-desc>
1355 1355
1356 <tag-name> 1356 <tag-name>
1357 <literal>rcvbuf</literal>=<value>size</value> 1357 <literal>rcvbuf</literal>=<value>size</value>
1534 <literal>location</literal> blocks can be nested, with some exceptions 1534 <literal>location</literal> blocks can be nested, with some exceptions
1535 mentioned below. 1535 mentioned below.
1536 </para> 1536 </para>
1537 1537
1538 <para> 1538 <para>
1539 For case-insensitive operating systems such as Mac OS X and Cygwin, 1539 For case-insensitive operating systems such as macOS and Cygwin,
1540 matching with prefix strings ignores a case (0.7.7). 1540 matching with prefix strings ignores a case (0.7.7).
1541 However, comparison is limited to one-byte locales. 1541 However, comparison is limited to one-byte locales.
1542 </para> 1542 </para>
1543 1543
1544 <para> 1544 <para>