comparison auto/options @ 7072:0bb747b2d7cb

Mirror module.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 20 Jul 2017 08:50:49 +0300
parents 4d874b4d82ed
children 2713b2dbf5bb
comparison
equal deleted inserted replaced
7071:cce6936ed2f4 7072:0bb747b2d7cb
68 HTTP_ADDITION=NO 68 HTTP_ADDITION=NO
69 HTTP_DAV=NO 69 HTTP_DAV=NO
70 HTTP_ACCESS=YES 70 HTTP_ACCESS=YES
71 HTTP_AUTH_BASIC=YES 71 HTTP_AUTH_BASIC=YES
72 HTTP_AUTH_REQUEST=NO 72 HTTP_AUTH_REQUEST=NO
73 HTTP_MIRROR=YES
73 HTTP_USERID=YES 74 HTTP_USERID=YES
74 HTTP_SLICE=NO 75 HTTP_SLICE=NO
75 HTTP_AUTOINDEX=YES 76 HTTP_AUTOINDEX=YES
76 HTTP_RANDOM_INDEX=NO 77 HTTP_RANDOM_INDEX=NO
77 HTTP_STATUS=NO 78 HTTP_STATUS=NO
247 --without-http_gzip_module) HTTP_GZIP=NO ;; 248 --without-http_gzip_module) HTTP_GZIP=NO ;;
248 --without-http_ssi_module) HTTP_SSI=NO ;; 249 --without-http_ssi_module) HTTP_SSI=NO ;;
249 --without-http_userid_module) HTTP_USERID=NO ;; 250 --without-http_userid_module) HTTP_USERID=NO ;;
250 --without-http_access_module) HTTP_ACCESS=NO ;; 251 --without-http_access_module) HTTP_ACCESS=NO ;;
251 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;; 252 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;;
253 --without-http_mirror_module) HTTP_MIRROR=NO ;;
252 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;; 254 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
253 --without-http_status_module) HTTP_STATUS=NO ;; 255 --without-http_status_module) HTTP_STATUS=NO ;;
254 --without-http_geo_module) HTTP_GEO=NO ;; 256 --without-http_geo_module) HTTP_GEO=NO ;;
255 --without-http_map_module) HTTP_MAP=NO ;; 257 --without-http_map_module) HTTP_MAP=NO ;;
256 --without-http_split_clients_module) HTTP_SPLIT_CLIENTS=NO ;; 258 --without-http_split_clients_module) HTTP_SPLIT_CLIENTS=NO ;;
456 --without-http_gzip_module disable ngx_http_gzip_module 458 --without-http_gzip_module disable ngx_http_gzip_module
457 --without-http_ssi_module disable ngx_http_ssi_module 459 --without-http_ssi_module disable ngx_http_ssi_module
458 --without-http_userid_module disable ngx_http_userid_module 460 --without-http_userid_module disable ngx_http_userid_module
459 --without-http_access_module disable ngx_http_access_module 461 --without-http_access_module disable ngx_http_access_module
460 --without-http_auth_basic_module disable ngx_http_auth_basic_module 462 --without-http_auth_basic_module disable ngx_http_auth_basic_module
463 --without-http_mirror_module disable ngx_http_mirror_module
461 --without-http_autoindex_module disable ngx_http_autoindex_module 464 --without-http_autoindex_module disable ngx_http_autoindex_module
462 --without-http_geo_module disable ngx_http_geo_module 465 --without-http_geo_module disable ngx_http_geo_module
463 --without-http_map_module disable ngx_http_map_module 466 --without-http_map_module disable ngx_http_map_module
464 --without-http_split_clients_module disable ngx_http_split_clients_module 467 --without-http_split_clients_module disable ngx_http_split_clients_module
465 --without-http_referer_module disable ngx_http_referer_module 468 --without-http_referer_module disable ngx_http_referer_module