Update site.py

pull/865/head
dami 19 hours ago
parent f143e2ea49
commit 772ba40108
  1. 2
      web/utils/site.py

@ -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;"

Loading…
Cancel
Save