diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-05-14 17:13:13 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-14 17:13:13 +0000 |
commit | 79a804880ee362a1256e6e8aeadb73f7f5cf0885 (patch) | |
tree | 72ab5081ebb0a198288f706be81defbb4664e5ae /src/http/ngx_http_config.h | |
parent | d581fd58e11724df8d7a9d748f9fc3ab66911a5f (diff) | |
download | nginx-79a804880ee362a1256e6e8aeadb73f7f5cf0885.tar.gz nginx-79a804880ee362a1256e6e8aeadb73f7f5cf0885.zip |
nginx-0.0.1-2003-05-14-21:13:13 import
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) |