diff options
Diffstat (limited to 'src/http/ngx_http_config.h')
-rw-r--r-- | src/http/ngx_http_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http_config.h b/src/http/ngx_http_config.h index 1bd01204b..34890f9d3 100644 --- a/src/http/ngx_http_config.h +++ b/src/http/ngx_http_config.h @@ -33,9 +33,9 @@ typedef struct { #define NGX_HTTP_MODULE 0 -#define NGX_HTTP_MAIN_CONF 0x1000000 -#define NGX_HTTP_SRV_CONF 0x2000000 -#define NGX_HTTP_LOC_CONF 0x6000000 +#define NGX_HTTP_MAIN_CONF 0x2000000 +#define NGX_HTTP_SRV_CONF 0x4000000 +#define NGX_HTTP_LOC_CONF 0x8000000 #define NGX_HTTP_SRV_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, srv_conf) |