Update site_api.py

pull/544/head
Mr Chen 1 year ago
parent 0504ca3887
commit d926a69b59
  1. 1
      class/core/site_api.py

@ -2815,6 +2815,7 @@ location ^~ {from} {\n\
http_ssl = http_ssl + "\n\tlisten [::]:443 ssl reuseport;"
if version == '1.25.3.1':
http_ssl = http_ssl + "\n\tlisten 443 quic reuseport;"
http_ssl = http_ssl + "\n\tlisten [::]:443 quic reuseport;"
http_ssl = http_ssl + "\n\thttp2 on;"
conf = conf.replace(listen, listen + http_ssl)

Loading…
Cancel
Save