Update site.py

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

@ -558,6 +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\thttp3 on;"
http_ssl = http_ssl + "\n\thttp2 on;"

Loading…
Cancel
Save