comparison xml/en/docs/http/ngx_http_core_module.xml @ 1257:ac7a5ee98768

Split long sentence into two.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 17 Jul 2014 14:32:03 +0400
parents 9264fdb6c833
children 7261e621dd4a
comparison
equal deleted inserted replaced
1256:ebfcd76e23b6 1257:ac7a5ee98768
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="34"> 13 rev="35">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
1514 <link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>, 1514 <link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>,
1515 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>, 1515 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
1516 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>, 1516 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>,
1517 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, or 1517 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, or
1518 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/>, 1518 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/>,
1519 then in response to a request with URI equal to this string, 1519 then the special processing is performed.
1520 In response to a request with URI equal to this string,
1520 but without the trailing slash, 1521 but without the trailing slash,
1521 a permanent redirect with the code 301 will be returned to the requested URI 1522 a permanent redirect with the code 301 will be returned to the requested URI
1522 with the slash appended. 1523 with the slash appended.
1523 If this is not desired, an exact match of the URI and location could be 1524 If this is not desired, an exact match of the URI and location could be
1524 defined like this: 1525 defined like this: