Skip to content

Commit

Permalink
Enable HTTP3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmishin committed Oct 6, 2024
1 parent 414f04f commit 57d0a4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/app/files/nginx/templates/https/default.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ server {
listen [::]:443 ssl;
http2 on;
listen 443 quic reuseport;
listen [::]:443 quic reuseport;
http3 on;
add_header Alt-Svc 'h3=":443"; ma=86400';
server_name ${DOMAIN};

ssl_dhparam /etc/nginx/ssl/ssl-dhparams.pem;
Expand Down

0 comments on commit 57d0a4d

Please sign in to comment.