comparison auto/options @ 4837:f9ae534ebf4b

Gunzip filter import.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 10 Sep 2012 16:52:47 +0000
parents a2ca3a6ee680
children ca794c55c43f
comparison
equal deleted inserted replaced
4836:e368b822d034 4837:f9ae534ebf4b
92 HTTP_BROWSER=YES 92 HTTP_BROWSER=YES
93 HTTP_SECURE_LINK=NO 93 HTTP_SECURE_LINK=NO
94 HTTP_DEGRADATION=NO 94 HTTP_DEGRADATION=NO
95 HTTP_FLV=NO 95 HTTP_FLV=NO
96 HTTP_MP4=NO 96 HTTP_MP4=NO
97 HTTP_GUNZIP=NO
97 HTTP_GZIP_STATIC=NO 98 HTTP_GZIP_STATIC=NO
98 HTTP_UPSTREAM_IP_HASH=YES 99 HTTP_UPSTREAM_IP_HASH=YES
99 HTTP_UPSTREAM_LEAST_CONN=YES 100 HTTP_UPSTREAM_LEAST_CONN=YES
100 HTTP_UPSTREAM_KEEPALIVE=YES 101 HTTP_UPSTREAM_KEEPALIVE=YES
101 102
208 --with-http_geoip_module) HTTP_GEOIP=YES ;; 209 --with-http_geoip_module) HTTP_GEOIP=YES ;;
209 --with-http_sub_module) HTTP_SUB=YES ;; 210 --with-http_sub_module) HTTP_SUB=YES ;;
210 --with-http_dav_module) HTTP_DAV=YES ;; 211 --with-http_dav_module) HTTP_DAV=YES ;;
211 --with-http_flv_module) HTTP_FLV=YES ;; 212 --with-http_flv_module) HTTP_FLV=YES ;;
212 --with-http_mp4_module) HTTP_MP4=YES ;; 213 --with-http_mp4_module) HTTP_MP4=YES ;;
214 --with-http_gunzip_module) HTTP_GUNZIP=YES ;;
213 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 215 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
214 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 216 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
215 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;; 217 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;;
216 --with-http_degradation_module) HTTP_DEGRADATION=YES ;; 218 --with-http_degradation_module) HTTP_DEGRADATION=YES ;;
217 219
354 --with-http_geoip_module enable ngx_http_geoip_module 356 --with-http_geoip_module enable ngx_http_geoip_module
355 --with-http_sub_module enable ngx_http_sub_module 357 --with-http_sub_module enable ngx_http_sub_module
356 --with-http_dav_module enable ngx_http_dav_module 358 --with-http_dav_module enable ngx_http_dav_module
357 --with-http_flv_module enable ngx_http_flv_module 359 --with-http_flv_module enable ngx_http_flv_module
358 --with-http_mp4_module enable ngx_http_mp4_module 360 --with-http_mp4_module enable ngx_http_mp4_module
361 --with-http_gunzip_module enable ngx_http_gunzip_module
359 --with-http_gzip_static_module enable ngx_http_gzip_static_module 362 --with-http_gzip_static_module enable ngx_http_gzip_static_module
360 --with-http_random_index_module enable ngx_http_random_index_module 363 --with-http_random_index_module enable ngx_http_random_index_module
361 --with-http_secure_link_module enable ngx_http_secure_link_module 364 --with-http_secure_link_module enable ngx_http_secure_link_module
362 --with-http_degradation_module enable ngx_http_degradation_module 365 --with-http_degradation_module enable ngx_http_degradation_module
363 --with-http_stub_status_module enable ngx_http_stub_status_module 366 --with-http_stub_status_module enable ngx_http_stub_status_module