comparison src/http/ngx_http_config.h @ 631:5d2b8078c1c2 release-0.3.37

nginx-0.3.37-RELEASE import *) Feature: the "limit_except" directive. *) Feature: the "if" directive supports the "!~", "!~*", "-f", and "!-f" operators. *) Feature: the ngx_http_perl_module supports the $r->request_body method. *) Bugfix: in the ngx_http_addition_filter_module.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 07 Apr 2006 14:08:04 +0000
parents 425af804d968
children b4d8aef4a1ad
comparison
equal deleted inserted replaced
630:375dab4fd227 631:5d2b8078c1c2
40 #define NGX_HTTP_MAIN_CONF 0x02000000 40 #define NGX_HTTP_MAIN_CONF 0x02000000
41 #define NGX_HTTP_SRV_CONF 0x04000000 41 #define NGX_HTTP_SRV_CONF 0x04000000
42 #define NGX_HTTP_LOC_CONF 0x08000000 42 #define NGX_HTTP_LOC_CONF 0x08000000
43 #define NGX_HTTP_UPS_CONF 0x10000000 43 #define NGX_HTTP_UPS_CONF 0x10000000
44 #define NGX_HTTP_SIF_CONF 0x20000000 44 #define NGX_HTTP_SIF_CONF 0x20000000
45 #define NGX_HTTP_LIF_CONF 0x80000000 45 #define NGX_HTTP_LIF_CONF 0x40000000
46 #define NGX_HTTP_LMT_CONF 0x80000000
46 47
47 48
48 #define NGX_HTTP_MAIN_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, main_conf) 49 #define NGX_HTTP_MAIN_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, main_conf)
49 #define NGX_HTTP_SRV_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, srv_conf) 50 #define NGX_HTTP_SRV_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, srv_conf)
50 #define NGX_HTTP_LOC_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, loc_conf) 51 #define NGX_HTTP_LOC_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, loc_conf)