diff --git a/src/shrpx.cc b/src/shrpx.cc index 55ffbb29..684d7b3e 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -2252,6 +2252,12 @@ Connections: connection, specify "proxyproto" parameter. This is disabled by default. + To receive HTTP/3 (QUIC) traffic, specify "quic" + parameter. It makes nghttpx listen on UDP port rather + than TCP port. UNIX domain socket, "api", and + "healthmon" parameters cannot be used with "quic" + parameter. + Default: *,3000 --backlog= Set listen backlog size.