mirror of
https://github.com/nginx/nginx.git
synced 2025-07-23 21:57:02 +08:00
README: documented QuicTLS support.
This commit is contained in:
parent
bd4a26c164
commit
2f28342e08
7
README
7
README
@ -80,6 +80,12 @@ Experimental QUIC support for nginx
|
|||||||
-L../boringssl/build/crypto"
|
-L../boringssl/build/crypto"
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
|
Alternatively, nginx can be configured with QuicTLS [9]
|
||||||
|
|
||||||
|
$ ./auto/configure --with-debug --with-http_v3_module \
|
||||||
|
--with-cc-opt="-I../quictls/build/include" \
|
||||||
|
--with-ld-opt="-L../quictls/build/lib"
|
||||||
|
|
||||||
When configuring nginx, you can enable QUIC and HTTP/3 using the
|
When configuring nginx, you can enable QUIC and HTTP/3 using the
|
||||||
following new configuration options:
|
following new configuration options:
|
||||||
|
|
||||||
@ -252,3 +258,4 @@ Example configuration:
|
|||||||
[6] https://nginx.org/en/docs/http/ngx_http_core_module.html#listen
|
[6] https://nginx.org/en/docs/http/ngx_http_core_module.html#listen
|
||||||
[7] https://nginx.org/en/docs/debugging_log.html
|
[7] https://nginx.org/en/docs/debugging_log.html
|
||||||
[8] http://vger.kernel.org/lpc_net2018_talks/willemdebruijn-lpc2018-udpgso-paper-DRAFT-1.pdf
|
[8] http://vger.kernel.org/lpc_net2018_talks/willemdebruijn-lpc2018-udpgso-paper-DRAFT-1.pdf
|
||||||
|
[9] https://github.com/quictls/openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user