As always, changing some errors

This commit is contained in:
sf.nadeko.net 2024-01-13 16:08:37 -03:00
parent 3fbad0d471
commit 4c9a11279f
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ server {
include configs/http3.conf;
listen 443 ssl;
listen 443 quic;
http2 on;
include configs/ssl.conf;

View File

@ -1,2 +1,2 @@
add_header Alt-Svc: h2=":443"; ma=2592000;
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 quic;