From e28ef49663cdb7b5b413f37e385f0d2f80b189b0 Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 15 Jun 2023 23:01:12 +0200 Subject: [PATCH] Nginx reverse proxy docs again Signed-off-by: Zoey --- reverse-proxy.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index cc845072..db238431 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -280,11 +280,12 @@ server { # listen 443 ssl; # for nginx v1.25.1+ # listen [::]:443 ssl; # for nginx v1.25.1+ - keep comment to disable IPv6 - # http2 on; # uncomment to enable HTTP/2 - supported on nginx v1.25.1+ - # http3 on; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ - # listen 443 quic; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ - # listen [::]:443 quic; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ - # add_header alt-svc 'h3=":443"; ma=86400, h3-29=":443"; ma=86400'; # uncomment to enable HTTP3/QUIC - supported on nginx v1.25.0+ + # http2 on; # uncomment to enable HTTP/2 - supported on nginx v1.25.1+ + # http3 on; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ + # quic_retry on; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ + # add_header Alt-Svc 'h3=":443"; ma=86400'; # uncomment to enable HTTP3 / QUIC - supported on nginx v1.25.0+ + # listen 443 quic reuseport; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ - please remove "reuseport" if there is already another quic listner on port 443 with enabled reuseport + # listen [::]:443 quic reuseport; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ - please remove "reuseport" if there is already another quic listner on port 443 with enabled reuseport - keep comment to disable IPv6 server_name ;