[nginx] Core: enabled "include" in any context (ticket #1615).

Vladimir Homutov vl at nginx.com
Wed Apr 24 11:30:46 UTC 2019


details:   https://hg.nginx.org/nginx/rev/b7a7c02aea3a
branches:  
changeset: 7502:b7a7c02aea3a
user:      Vladimir Homutov <vl at nginx.com>
date:      Tue Apr 09 11:40:20 2019 +0300
description:
Core: enabled "include" in any context (ticket #1615).

diffstat:

 src/core/ngx_conf_file.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 88fd9f3976f6 -r b7a7c02aea3a src/core/ngx_conf_file.h
--- a/src/core/ngx_conf_file.h	Wed Apr 24 13:41:29 2019 +0300
+++ b/src/core/ngx_conf_file.h	Tue Apr 09 11:40:20 2019 +0300
@@ -49,7 +49,7 @@
 #define NGX_DIRECT_CONF      0x00010000
 
 #define NGX_MAIN_CONF        0x01000000
-#define NGX_ANY_CONF         0x1F000000
+#define NGX_ANY_CONF         0xFF000000
 
 
 


More information about the nginx-devel mailing list