Update site.py

This commit is contained in:
dami 2026-04-03 03:44:44 +08:00
parent f143e2ea49
commit 772ba40108
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ class sites(object):
http_ssl = http_ssl + "\n\tlisten [::]:443 ssl;"
if mw.isSupportHttp3(version):
http_ssl = http_ssl + "\n\tlisten 443 quic;#reuseport"
http_ssl = http_ssl + "\n\tlisten [::]:443 quic;#reuseport"
http_ssl = http_ssl + "\n\tlisten [::]:443 quic;"
http_ssl = http_ssl + "\n\thttp3 on;"
http_ssl = http_ssl + "\n\thttp2 on;"