Update site.py
This commit is contained in:
parent
81db94ac8a
commit
e246509ebf
|
|
@ -559,7 +559,7 @@ class sites(object):
|
|||
http_ssl = http_ssl + "\n\thttp2 on;"
|
||||
|
||||
if mw.isSupportHttp3(version):
|
||||
http_ssl = "\n\tlisten 443 ssl reuseport;"
|
||||
http_ssl = http_ssl + "\n\tlisten 443 ssl reuseport;"
|
||||
http_ssl = http_ssl + "\n\thttp3 on;"
|
||||
|
||||
conf = conf.replace(listen, listen + http_ssl)
|
||||
|
|
|
|||
Loading…
Reference in New Issue