comparison xml/en/docs/dev/development_guide.xml @ 2366:81a39b7032fd

Removed obsolete symbol from devguide.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 11 Apr 2019 20:28:45 +0300
parents 58df9b14b8ec
children e79e32d19ae4
comparison
equal deleted inserted replaced
2365:cebf280e13a8 2366:81a39b7032fd
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Development guide" 9 <article name="Development guide"
10 link="/en/docs/dev/development_guide.html" 10 link="/en/docs/dev/development_guide.html"
11 lang="en" 11 lang="en"
12 rev="5"> 12 rev="6">
13 13
14 <section name="Introduction" id="introduction"> 14 <section name="Introduction" id="introduction">
15 15
16 16
17 <section name="Code layout" id="code_layout"> 17 <section name="Code layout" id="code_layout">
4482 <literal>NGX_HTTP_FIND_CONFIG_PHASE</literal> — Special phase 4482 <literal>NGX_HTTP_FIND_CONFIG_PHASE</literal> — Special phase
4483 where a location is chosen based on the request URI. 4483 where a location is chosen based on the request URI.
4484 Before this phase, the default location for the relevant virtual server 4484 Before this phase, the default location for the relevant virtual server
4485 is assigned to the request, and any module requesting a location configuration 4485 is assigned to the request, and any module requesting a location configuration
4486 receives the configuration for the default server location. 4486 receives the configuration for the default server location.
4487 This phase a assigns a new location to the request. 4487 This phase assigns a new location to the request.
4488 No additional handlers can be registered at this phase. 4488 No additional handlers can be registered at this phase.
4489 </listitem> 4489 </listitem>
4490 4490
4491 <listitem> 4491 <listitem>
4492 <literal>NGX_HTTP_REWRITE_PHASE</literal> — Same as 4492 <literal>NGX_HTTP_REWRITE_PHASE</literal> — Same as