comparison auto/options @ 8568:0875101c08f7 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 01 Oct 2020 12:21:11 +0100
parents 893b3313f53c 45e9281c6c5b
children 507da0d3b070
comparison
equal deleted inserted replaced
8567:4983357258d7 8568:0875101c08f7
125 STREAM_GEO=YES 125 STREAM_GEO=YES
126 STREAM_GEOIP=NO 126 STREAM_GEOIP=NO
127 STREAM_MAP=YES 127 STREAM_MAP=YES
128 STREAM_SPLIT_CLIENTS=YES 128 STREAM_SPLIT_CLIENTS=YES
129 STREAM_RETURN=YES 129 STREAM_RETURN=YES
130 STREAM_SET=YES
130 STREAM_UPSTREAM_HASH=YES 131 STREAM_UPSTREAM_HASH=YES
131 STREAM_UPSTREAM_LEAST_CONN=YES 132 STREAM_UPSTREAM_LEAST_CONN=YES
132 STREAM_UPSTREAM_RANDOM=YES 133 STREAM_UPSTREAM_RANDOM=YES
133 STREAM_UPSTREAM_ZONE=YES 134 STREAM_UPSTREAM_ZONE=YES
134 STREAM_SSL_PREREAD=NO 135 STREAM_SSL_PREREAD=NO
329 --without-stream_geo_module) STREAM_GEO=NO ;; 330 --without-stream_geo_module) STREAM_GEO=NO ;;
330 --without-stream_map_module) STREAM_MAP=NO ;; 331 --without-stream_map_module) STREAM_MAP=NO ;;
331 --without-stream_split_clients_module) 332 --without-stream_split_clients_module)
332 STREAM_SPLIT_CLIENTS=NO ;; 333 STREAM_SPLIT_CLIENTS=NO ;;
333 --without-stream_return_module) STREAM_RETURN=NO ;; 334 --without-stream_return_module) STREAM_RETURN=NO ;;
335 --without-stream_set_module) STREAM_SET=NO ;;
334 --without-stream_upstream_hash_module) 336 --without-stream_upstream_hash_module)
335 STREAM_UPSTREAM_HASH=NO ;; 337 STREAM_UPSTREAM_HASH=NO ;;
336 --without-stream_upstream_least_conn_module) 338 --without-stream_upstream_least_conn_module)
337 STREAM_UPSTREAM_LEAST_CONN=NO ;; 339 STREAM_UPSTREAM_LEAST_CONN=NO ;;
338 --without-stream_upstream_random_module) 340 --without-stream_upstream_random_module)
546 --without-stream_geo_module disable ngx_stream_geo_module 548 --without-stream_geo_module disable ngx_stream_geo_module
547 --without-stream_map_module disable ngx_stream_map_module 549 --without-stream_map_module disable ngx_stream_map_module
548 --without-stream_split_clients_module 550 --without-stream_split_clients_module
549 disable ngx_stream_split_clients_module 551 disable ngx_stream_split_clients_module
550 --without-stream_return_module disable ngx_stream_return_module 552 --without-stream_return_module disable ngx_stream_return_module
553 --without-stream_set_module disable ngx_stream_set_module
551 --without-stream_upstream_hash_module 554 --without-stream_upstream_hash_module
552 disable ngx_stream_upstream_hash_module 555 disable ngx_stream_upstream_hash_module
553 --without-stream_upstream_least_conn_module 556 --without-stream_upstream_least_conn_module
554 disable ngx_stream_upstream_least_conn_module 557 disable ngx_stream_upstream_least_conn_module
555 --without-stream_upstream_random_module 558 --without-stream_upstream_random_module