comparison src/http/ngx_http_core_module.h @ 2205:5398f47082f0

gzip_disable msie6
author Igor Sysoev <igor@sysoev.ru>
date Tue, 26 Aug 2008 15:09:28 +0000
parents 74477ea8074f
children 109849282793
comparison
equal deleted inserted replaced
2204:70a2bcc7e307 2205:5398f47082f0
240 unsigned exact_match:1; 240 unsigned exact_match:1;
241 unsigned noregex:1; 241 unsigned noregex:1;
242 242
243 unsigned auto_redirect:1; 243 unsigned auto_redirect:1;
244 unsigned alias:1; 244 unsigned alias:1;
245 #if (NGX_HTTP_GZIP)
246 unsigned gzip_disable_msie6:2;
247 #endif
245 248
246 ngx_http_location_tree_node_t *static_locations; 249 ngx_http_location_tree_node_t *static_locations;
247 ngx_http_core_loc_conf_t **regex_locations; 250 ngx_http_core_loc_conf_t **regex_locations;
248 251
249 /* pointer to the modules' loc_conf */ 252 /* pointer to the modules' loc_conf */