diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-11-23 12:40:19 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-11-23 12:40:19 +0300 |
commit | bfe1987b418251f4e17665c711296ebc41ecdc38 (patch) | |
tree | 2ddd010e2c2db3a2e82f65aaf6d1bbd0676d1ee5 /src | |
parent | 0d3cad38648638998eab499836cb502de621a9c8 (diff) | |
download | nginx-bfe1987b418251f4e17665c711296ebc41ecdc38.tar.gz nginx-bfe1987b418251f4e17665c711296ebc41ecdc38.zip |
Core: enabled "include" inside http upstreams (ticket #635).
The directive already works inside stream upstream blocks.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ngx_conf_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index ee4430674..2d03f4347 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -50,7 +50,7 @@ #define NGX_DIRECT_CONF 0x00010000 #define NGX_MAIN_CONF 0x01000000 -#define NGX_ANY_CONF 0x0F000000 +#define NGX_ANY_CONF 0x1F000000 |