Update site.py

This commit is contained in:
dami 2026-04-03 00:59:29 +08:00
parent 81db94ac8a
commit e246509ebf
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ class sites(object):
http_ssl = http_ssl + "\n\thttp2 on;"
if mw.isSupportHttp3(version):
http_ssl = "\n\tlisten 443 ssl reuseport;"
http_ssl = http_ssl + "\n\tlisten 443 ssl reuseport;"
http_ssl = http_ssl + "\n\thttp3 on;"
conf = conf.replace(listen, listen + http_ssl)