comparison xml/ru/docs/http/ngx_http_core_module.xml @ 2206:5cacd6fffade

Eliminated some examples of unsafe prefix locations.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Apr 2018 09:59:51 +0300
parents 1d60e4b4ed64
children 896562a1ccde
comparison
equal deleted inserted replaced
2205:e325638a6f34 2206:5cacd6fffade
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_core_module" 10 <module name="Модуль ngx_http_core_module"
11 link="/ru/docs/http/ngx_http_core_module.html" 11 link="/ru/docs/http/ngx_http_core_module.html"
12 lang="ru" 12 lang="ru"
13 rev="79"> 13 rev="80">
14 14
15 <section id="directives" name="Директивы"> 15 <section id="directives" name="Директивы">
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>
858 <para> 858 <para>
859 Пример: 859 Пример:
860 <example> 860 <example>
861 error_page 404 /404.html; 861 error_page 404 /404.html;
862 862
863 location /404.html { 863 location = /404.html {
864 internal; 864 internal;
865 } 865 }
866 </example> 866 </example>
867 <note> 867 <note>
868 Для предотвращения зацикливания, которое может возникнуть при 868 Для предотвращения зацикливания, которое может возникнуть при