diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-10-04 15:03:00 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-10-04 15:03:00 +0000 |
| commit | 5fffff997f30e5c56dd95309bb3615f798f8c7c6 (patch) | |
| tree | f20db6c16487b4182b49521ce0a8014dec395674 /src/http/ngx_http_core_module.h | |
| parent | 81aa52829ae021dc226b4d25330c63c2ff31149a (diff) | |
| download | nginx-5fffff997f30e5c56dd95309bb3615f798f8c7c6.tar.gz nginx-5fffff997f30e5c56dd95309bb3615f798f8c7c6.tar.bz2 | |
gzip_disable degradation
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 3 |
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 f163e9aeb..273586b1c 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -295,6 +295,9 @@ struct ngx_http_core_loc_conf_s { unsigned auto_redirect:1; #if (NGX_HTTP_GZIP) unsigned gzip_disable_msie6:2; +#if (NGX_HTTP_DEGRADATION) + unsigned gzip_disable_degradation:2; +#endif #endif ngx_http_location_tree_node_t *static_locations; |
