comparison auto/options @ 6175:8807a2369b1a

Stream: access module. stream { server { ... allow 127.0.0.1; deny all; } }
author Vladimir Homutov <vl@nginx.com>
date Thu, 04 Jun 2015 13:04:12 +0300
parents 162b2d27d4e1
children c983c8dea44c
comparison
equal deleted inserted replaced
6174:68c106e6fa0a 6175:8807a2369b1a
111 MAIL_IMAP=YES 111 MAIL_IMAP=YES
112 MAIL_SMTP=YES 112 MAIL_SMTP=YES
113 113
114 STREAM=NO 114 STREAM=NO
115 STREAM_SSL=NO 115 STREAM_SSL=NO
116 STREAM_ACCESS=YES
116 STREAM_UPSTREAM_HASH=YES 117 STREAM_UPSTREAM_HASH=YES
117 STREAM_UPSTREAM_LEAST_CONN=YES 118 STREAM_UPSTREAM_LEAST_CONN=YES
118 STREAM_UPSTREAM_ZONE=YES 119 STREAM_UPSTREAM_ZONE=YES
119 120
120 NGX_ADDONS= 121 NGX_ADDONS=
280 --without-mail_imap_module) MAIL_IMAP=NO ;; 281 --without-mail_imap_module) MAIL_IMAP=NO ;;
281 --without-mail_smtp_module) MAIL_SMTP=NO ;; 282 --without-mail_smtp_module) MAIL_SMTP=NO ;;
282 283
283 --with-stream) STREAM=YES ;; 284 --with-stream) STREAM=YES ;;
284 --with-stream_ssl_module) STREAM_SSL=YES ;; 285 --with-stream_ssl_module) STREAM_SSL=YES ;;
286 --without-stream_access_module) STREAM_ACCESS=NO ;;
285 --without-stream_upstream_hash_module) 287 --without-stream_upstream_hash_module)
286 STREAM_UPSTREAM_HASH=NO ;; 288 STREAM_UPSTREAM_HASH=NO ;;
287 --without-stream_upstream_least_conn_module) 289 --without-stream_upstream_least_conn_module)
288 STREAM_UPSTREAM_LEAST_CONN=NO ;; 290 STREAM_UPSTREAM_LEAST_CONN=NO ;;
289 --without-stream_upstream_zone_module) 291 --without-stream_upstream_zone_module)
448 --without-mail_imap_module disable ngx_mail_imap_module 450 --without-mail_imap_module disable ngx_mail_imap_module
449 --without-mail_smtp_module disable ngx_mail_smtp_module 451 --without-mail_smtp_module disable ngx_mail_smtp_module
450 452
451 --with-stream enable TCP proxy module 453 --with-stream enable TCP proxy module
452 --with-stream_ssl_module enable ngx_stream_ssl_module 454 --with-stream_ssl_module enable ngx_stream_ssl_module
455 --without-stream_access_module disable ngx_stream_access_module
453 --without-stream_upstream_hash_module 456 --without-stream_upstream_hash_module
454 disable ngx_stream_upstream_hash_module 457 disable ngx_stream_upstream_hash_module
455 --without-stream_upstream_least_conn_module 458 --without-stream_upstream_least_conn_module
456 disable ngx_stream_upstream_least_conn_module 459 disable ngx_stream_upstream_least_conn_module
457 --without-stream_upstream_zone_module 460 --without-stream_upstream_zone_module