aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_config.h')
-rw-r--r--src/http/ngx_http_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http_config.h b/src/http/ngx_http_config.h
index ab5b47724..45c2b7e68 100644
--- a/src/http/ngx_http_config.h
+++ b/src/http/ngx_http_config.h
@@ -35,9 +35,9 @@ typedef struct {
#define NGX_HTTP_MODULE 0x50545448 /* "HTTP" */
-#define NGX_HTTP_MAIN_CONF 0x2000000
-#define NGX_HTTP_SRV_CONF 0x4000000
-#define NGX_HTTP_LOC_CONF 0x8000000
+#define NGX_HTTP_MAIN_CONF 0x02000000
+#define NGX_HTTP_SRV_CONF 0x04000000
+#define NGX_HTTP_LOC_CONF 0x08000000
#define NGX_HTTP_MAIN_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, main_conf)