Update site.py

pull/865/head
dami 20 hours ago
parent f2f1f1c879
commit af93e5d00e
  1. 2
      web/utils/site.py

@ -556,7 +556,7 @@ class sites(object):
listen = re.search(rep, conf).group()
http_ssl = "\n\t"
if mw.isSupportHttp3(version):
http_ssl = http_ssl + "\n\tlisten 443 ssl reuseport;"
http_ssl = http_ssl + "\n\tlisten 443 quic reuseport;"
http_ssl = http_ssl + "\n\thttp3 on;"
else:
http_ssl = http_ssl + "\n\tlisten 443 ssl;"

Loading…
Cancel
Save