comparison src/http/modules/ngx_http_addition_filter_module.c @ 3428:62f5fb57bbc1 stable-0.7

merge r3147: fix typo in addition_types directive name
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Feb 2010 14:24:20 +0000
parents 2efa8d2fcde1
children 6b8e5c882e47
comparison
equal deleted inserted replaced
3427:612436ad775a 3428:62f5fb57bbc1
43 ngx_conf_set_str_slot, 43 ngx_conf_set_str_slot,
44 NGX_HTTP_LOC_CONF_OFFSET, 44 NGX_HTTP_LOC_CONF_OFFSET,
45 offsetof(ngx_http_addition_conf_t, after_body), 45 offsetof(ngx_http_addition_conf_t, after_body),
46 NULL }, 46 NULL },
47 47
48 { ngx_string("addtion_types"), 48 { ngx_string("addition_types"),
49 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_1MORE, 49 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_1MORE,
50 ngx_http_types_slot, 50 ngx_http_types_slot,
51 NGX_HTTP_LOC_CONF_OFFSET, 51 NGX_HTTP_LOC_CONF_OFFSET,
52 offsetof(ngx_http_addition_conf_t, types_keys), 52 offsetof(ngx_http_addition_conf_t, types_keys),
53 &ngx_http_html_default_types[0] }, 53 &ngx_http_html_default_types[0] },