summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-05-14 12:05:35 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-05-14 12:05:35 +0400
commit779bfcff5f7544494c7c85ac73f41a033e749528 (patch)
tree3b2eb813fdff62f2b6b45d36a550a660ba64ad1a /auto/options
parent089d1f653001419ea9d0b463434a89007ec805bd (diff)
downloadnginx-779bfcff5f7544494c7c85ac73f41a033e749528.tar.gz
nginx-779bfcff5f7544494c7c85ac73f41a033e749528.tar.bz2
Stream: removed QUIC support.
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options3
1 files changed, 0 insertions, 3 deletions
diff --git a/auto/options b/auto/options
index ced563806..552ef837e 100644
--- a/auto/options
+++ b/auto/options
@@ -119,7 +119,6 @@ MAIL_SMTP=YES
STREAM=NO
STREAM_SSL=NO
-STREAM_QUIC=NO
STREAM_REALIP=NO
STREAM_LIMIT_CONN=YES
STREAM_ACCESS=YES
@@ -324,7 +323,6 @@ use the \"--with-mail_ssl_module\" option instead"
--with-stream) STREAM=YES ;;
--with-stream=dynamic) STREAM=DYNAMIC ;;
--with-stream_ssl_module) STREAM_SSL=YES ;;
- --with-stream_quic_module) STREAM_QUIC=YES ;;
--with-stream_realip_module) STREAM_REALIP=YES ;;
--with-stream_geoip_module) STREAM_GEOIP=YES ;;
--with-stream_geoip_module=dynamic)
@@ -547,7 +545,6 @@ cat << END
--with-stream enable TCP/UDP proxy module
--with-stream=dynamic enable dynamic TCP/UDP proxy module
--with-stream_ssl_module enable ngx_stream_ssl_module
- --with-stream_quic_module enable ngx_stream_quic_module
--with-stream_realip_module enable ngx_stream_realip_module
--with-stream_geoip_module enable ngx_stream_geoip_module
--with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module