summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-26 15:09:28 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-26 15:09:28 +0000
commit54477e417a9b571b970dd43b62672fac28a267ee (patch)
tree5e0ea8ca59fab5332442804017a6d119bc444801 /src/http/ngx_http_core_module.h
parent333723e0012e33fda92dfff420e2f917f8988318 (diff)
downloadnginx-54477e417a9b571b970dd43b62672fac28a267ee.tar.gz
nginx-54477e417a9b571b970dd43b62672fac28a267ee.tar.bz2
gzip_disable msie6
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index a42b0dac8..c1ae27d2b 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -242,6 +242,9 @@ struct ngx_http_core_loc_conf_s {
unsigned auto_redirect:1;
unsigned alias:1;
+#if (NGX_HTTP_GZIP)
+ unsigned gzip_disable_msie6:2;
+#endif
ngx_http_location_tree_node_t *static_locations;
ngx_http_core_loc_conf_t **regex_locations;