changeset 2024:a8d1a748324f

DevGuide: mentioned the precontent phase.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 09 Aug 2017 14:59:01 +0300
parents ec34516cbd1b
children 1fe9f481d8ce
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml	Tue Aug 01 17:30:19 2017 +0300
+++ b/xml/en/docs/dev/development_guide.xml	Wed Aug 09 14:59:01 2017 +0300
@@ -4524,10 +4524,13 @@
 </listitem>
 
 <listitem>
-<literal>NGX_HTTP_TRY_FILES_PHASE</literal> — Special phase where
-the <link doc="../http/ngx_http_core_module.xml" id="try_files"/> directive
-is processed.
-No additional handlers can be registered at this phase.
+<literal>NGX_HTTP_PRECONTENT_PHASE</literal> — Phase for handlers to be called
+prior to generating content.
+Standard modules such as
+<link doc="../http/ngx_http_core_module.xml" id="try_files">
+ngx_http_try_files_module</link> and
+<link doc="../http/ngx_http_mirror_module.xml">ngx_http_mirror_module</link>
+register their handlers at this phase.
 </listitem>
 
 <listitem>