From 5196b389677a7ffa59c4e8a20dc25b78f019e358 Mon Sep 17 00:00:00 2001 From: TheDreadPirate Date: Fri, 6 Sep 2024 22:21:14 -0400 Subject: [PATCH] Removing QUIC/HTTP3, not ready --- docs/general/networking/nginx.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/general/networking/nginx.md b/docs/general/networking/nginx.md index 977ae27c4..69bd9c5aa 100644 --- a/docs/general/networking/nginx.md +++ b/docs/general/networking/nginx.md @@ -41,13 +41,6 @@ server { #listen [::]:443 ssl; #http2 on; - ## QUIC/HTTP3, requires Nginx 1.25+ w/http3 module - ## Can be used alongside http2 and http1.1 - #listen 443 quic reuseport; - #listen [::]:443 quic reuseport; - ## required for browsers to direct them to quic port - #add_header Alt-Svc 'h3=":443"; ma=86400'; - server_name jellyfin.DOMAIN.TLD; ## The default `client_max_body_size` is 1M, this might not be enough for some posters, etc. @@ -218,13 +211,6 @@ server { #listen [::]:443 ssl; #http2 on; - ## QUIC/HTTP3, requires Nginx 1.25+ w/http3 module - ## Can be used alongside http2 and http1.1 - #listen 443 quic reuseport; - #listen [::]:443 quic reuseport; - ## required for browsers to direct them to quic port - #add_header Alt-Svc 'h3=":443"; ma=86400'; - server_name DOMAIN.TLD; # You can specify multiple domain names if you want #server_name jellyfin.local;