Skip to content

Commit

Permalink
Removing QUIC/HTTP3, not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnake1298 committed Sep 7, 2024
1 parent fbeb386 commit 5196b38
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/general/networking/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5196b38

Please sign in to comment.