mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Core: enabled "include" in any context (ticket #1615).
This commit is contained in:
parent
68b147535a
commit
2eb2a93d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
#define NGX_DIRECT_CONF 0x00010000
|
||||
|
||||
#define NGX_MAIN_CONF 0x01000000
|
||||
#define NGX_ANY_CONF 0x1F000000
|
||||
#define NGX_ANY_CONF 0xFF000000
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue