diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-04-12 16:38:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-12 16:38:09 +0000 |
| commit | 43f131923f25600c771e014a7eebf74d407776a7 (patch) | |
| tree | 19e9a678f68d0d434fbcc13c52c9507bfc66eb28 /src/http/ngx_http_config.h | |
| parent | 076498e356546713a4b40edea95bcc1a30c45a98 (diff) | |
| download | nginx-43f131923f25600c771e014a7eebf74d407776a7.tar.gz nginx-43f131923f25600c771e014a7eebf74d407776a7.tar.bz2 | |
nginx-0.0.3-2004-04-12-20:38:09 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 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) |
