comparison auto/options @ 6684:9cac11efb205

Stream: realip module.
author Dmitry Volyntsev <xeioex@nginx.com>
date Thu, 01 Sep 2016 14:45:33 +0300
parents 787dcc15b802
children 060d71292b69
comparison
equal deleted inserted replaced
6683:b802b7e1d9bc 6684:9cac11efb205
113 MAIL_IMAP=YES 113 MAIL_IMAP=YES
114 MAIL_SMTP=YES 114 MAIL_SMTP=YES
115 115
116 STREAM=NO 116 STREAM=NO
117 STREAM_SSL=NO 117 STREAM_SSL=NO
118 STREAM_REALIP=NO
118 STREAM_LIMIT_CONN=YES 119 STREAM_LIMIT_CONN=YES
119 STREAM_ACCESS=YES 120 STREAM_ACCESS=YES
120 STREAM_GEO=YES 121 STREAM_GEO=YES
121 STREAM_GEOIP=NO 122 STREAM_GEOIP=NO
122 STREAM_MAP=YES 123 STREAM_MAP=YES
294 --without-mail_smtp_module) MAIL_SMTP=NO ;; 295 --without-mail_smtp_module) MAIL_SMTP=NO ;;
295 296
296 --with-stream) STREAM=YES ;; 297 --with-stream) STREAM=YES ;;
297 --with-stream=dynamic) STREAM=DYNAMIC ;; 298 --with-stream=dynamic) STREAM=DYNAMIC ;;
298 --with-stream_ssl_module) STREAM_SSL=YES ;; 299 --with-stream_ssl_module) STREAM_SSL=YES ;;
300 --with-stream_realip_module) STREAM_REALIP=YES ;;
299 --with-stream_geoip_module) STREAM_GEOIP=YES ;; 301 --with-stream_geoip_module) STREAM_GEOIP=YES ;;
300 --with-stream_geoip_module=dynamic) 302 --with-stream_geoip_module=dynamic)
301 STREAM_GEOIP=DYNAMIC ;; 303 STREAM_GEOIP=DYNAMIC ;;
302 --without-stream_limit_conn_module) 304 --without-stream_limit_conn_module)
303 STREAM_LIMIT_CONN=NO ;; 305 STREAM_LIMIT_CONN=NO ;;
501 --without-mail_smtp_module disable ngx_mail_smtp_module 503 --without-mail_smtp_module disable ngx_mail_smtp_module
502 504
503 --with-stream enable TCP/UDP proxy module 505 --with-stream enable TCP/UDP proxy module
504 --with-stream=dynamic enable dynamic TCP/UDP proxy module 506 --with-stream=dynamic enable dynamic TCP/UDP proxy module
505 --with-stream_ssl_module enable ngx_stream_ssl_module 507 --with-stream_ssl_module enable ngx_stream_ssl_module
508 --with-stream_realip_module enable ngx_stream_realip_module
506 --with-stream_geoip_module enable ngx_stream_geoip_module 509 --with-stream_geoip_module enable ngx_stream_geoip_module
507 --with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module 510 --with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module
508 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module 511 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module
509 --without-stream_access_module disable ngx_stream_access_module 512 --without-stream_access_module disable ngx_stream_access_module
510 --without-stream_geo_module disable ngx_stream_geo_module 513 --without-stream_geo_module disable ngx_stream_geo_module