Update site.py

pull/865/head
dami 8 hours ago
parent 36929f3ab4
commit 2965df19cb
  1. 3
      web/utils/site.py

@ -560,8 +560,7 @@ class sites(object):
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;"
http_ssl = http_ssl + "\n\thttp2 on;"
conf = conf.replace(listen, listen + http_ssl)
mw.backFile(file)

Loading…
Cancel
Save