mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 19:37:00 +00:00
Core: enabled "include" inside http upstreams (ticket #635).
The directive already works inside stream upstream blocks.
This commit is contained in:
parent
0d3cad3864
commit
bfe1987b41
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#define NGX_DIRECT_CONF 0x00010000
|
||||
|
||||
#define NGX_MAIN_CONF 0x01000000
|
||||
#define NGX_ANY_CONF 0x0F000000
|
||||
#define NGX_ANY_CONF 0x1F000000
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue