Update site.py

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

@ -557,7 +557,7 @@ class sites(object):
http_ssl = "\n\tlisten 443 ssl;"
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