comparison auto/options @ 9106:113e2438dbd4 quic

Stream: removed QUIC support.
author Roman Arutyunyan <arut@nginx.com>
date Sun, 14 May 2023 12:05:35 +0400
parents eaf356a35f5d
children
comparison
equal deleted inserted replaced
9105:8057e053480a 9106:113e2438dbd4
117 MAIL_IMAP=YES 117 MAIL_IMAP=YES
118 MAIL_SMTP=YES 118 MAIL_SMTP=YES
119 119
120 STREAM=NO 120 STREAM=NO
121 STREAM_SSL=NO 121 STREAM_SSL=NO
122 STREAM_QUIC=NO
123 STREAM_REALIP=NO 122 STREAM_REALIP=NO
124 STREAM_LIMIT_CONN=YES 123 STREAM_LIMIT_CONN=YES
125 STREAM_ACCESS=YES 124 STREAM_ACCESS=YES
126 STREAM_GEO=YES 125 STREAM_GEO=YES
127 STREAM_GEOIP=NO 126 STREAM_GEOIP=NO
322 --without-mail_smtp_module) MAIL_SMTP=NO ;; 321 --without-mail_smtp_module) MAIL_SMTP=NO ;;
323 322
324 --with-stream) STREAM=YES ;; 323 --with-stream) STREAM=YES ;;
325 --with-stream=dynamic) STREAM=DYNAMIC ;; 324 --with-stream=dynamic) STREAM=DYNAMIC ;;
326 --with-stream_ssl_module) STREAM_SSL=YES ;; 325 --with-stream_ssl_module) STREAM_SSL=YES ;;
327 --with-stream_quic_module) STREAM_QUIC=YES ;;
328 --with-stream_realip_module) STREAM_REALIP=YES ;; 326 --with-stream_realip_module) STREAM_REALIP=YES ;;
329 --with-stream_geoip_module) STREAM_GEOIP=YES ;; 327 --with-stream_geoip_module) STREAM_GEOIP=YES ;;
330 --with-stream_geoip_module=dynamic) 328 --with-stream_geoip_module=dynamic)
331 STREAM_GEOIP=DYNAMIC ;; 329 STREAM_GEOIP=DYNAMIC ;;
332 --with-stream_ssl_preread_module) 330 --with-stream_ssl_preread_module)
545 --without-mail_smtp_module disable ngx_mail_smtp_module 543 --without-mail_smtp_module disable ngx_mail_smtp_module
546 544
547 --with-stream enable TCP/UDP proxy module 545 --with-stream enable TCP/UDP proxy module
548 --with-stream=dynamic enable dynamic TCP/UDP proxy module 546 --with-stream=dynamic enable dynamic TCP/UDP proxy module
549 --with-stream_ssl_module enable ngx_stream_ssl_module 547 --with-stream_ssl_module enable ngx_stream_ssl_module
550 --with-stream_quic_module enable ngx_stream_quic_module
551 --with-stream_realip_module enable ngx_stream_realip_module 548 --with-stream_realip_module enable ngx_stream_realip_module
552 --with-stream_geoip_module enable ngx_stream_geoip_module 549 --with-stream_geoip_module enable ngx_stream_geoip_module
553 --with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module 550 --with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module
554 --with-stream_ssl_preread_module enable ngx_stream_ssl_preread_module 551 --with-stream_ssl_preread_module enable ngx_stream_ssl_preread_module
555 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module 552 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module