diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2021-12-06 13:02:36 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2021-12-06 13:02:36 +0300 |
| commit | 731915a0c5e90b79d3cca1a4b0a3c33e1f77631c (patch) | |
| tree | 5282f6ce9982b7dc159b98a04baeedd03a7cb4fc /auto/options | |
| parent | ea55dbccb248629628baad2b85d7634c82b613ec (diff) | |
| download | nginx-731915a0c5e90b79d3cca1a4b0a3c33e1f77631c.tar.gz nginx-731915a0c5e90b79d3cca1a4b0a3c33e1f77631c.tar.bz2 | |
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Diffstat (limited to '')
| -rw-r--r-- | auto/options | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/auto/options b/auto/options index d677dd970..51387f412 100644 --- a/auto/options +++ b/auto/options @@ -60,7 +60,6 @@ HTTP_CACHE=YES HTTP_CHARSET=YES HTTP_GZIP=YES HTTP_SSL=NO -HTTP_QUIC=NO HTTP_V2=NO HTTP_V3=NO HTTP_SSI=YES @@ -237,7 +236,6 @@ $0: warning: the \"--with-ipv6\" option is deprecated" --http-scgi-temp-path=*) NGX_HTTP_SCGI_TEMP_PATH="$value" ;; --with-http_ssl_module) HTTP_SSL=YES ;; - --with-http_quic_module) HTTP_QUIC=YES ;; --with-http_v2_module) HTTP_V2=YES ;; --with-http_v3_module) HTTP_V3=YES ;; --with-http_realip_module) HTTP_REALIP=YES ;; @@ -458,7 +456,6 @@ cat << END --without-quic_bpf_module disable ngx_quic_bpf_module --with-http_ssl_module enable ngx_http_ssl_module - --with-http_quic_module enable ngx_http_quic_module --with-http_v2_module enable ngx_http_v2_module --with-http_v3_module enable ngx_http_v3_module --with-http_realip_module enable ngx_http_realip_module |
