diff --git a/docs/root/intro/arch_overview/http/http3.rst b/docs/root/intro/arch_overview/http/http3.rst index 60ef56adc9cf6..6c1da39eca24d 100644 --- a/docs/root/intro/arch_overview/http/http3.rst +++ b/docs/root/intro/arch_overview/http/http3.rst @@ -19,8 +19,9 @@ HTTP3 downstream ---------------- Downstream Envoy HTTP/3 support can be turned up via adding -:ref:`quic_options ` and -ensuring the downstream transport socket is a QuicDownstreamTransport. +:ref:`quic_options `, +ensuring the downstream transport socket is a QuicDownstreamTransport, and setting the codec +to HTTP/3. See example :repo:`downstream HTTP/3 configuration ` for example configuration.