|
|
@ -548,8 +548,8 @@ class sites(object): |
|
|
|
if version.startswith('1.25') or version.startswith('1.27'): |
|
|
|
if version.startswith('1.25') or version.startswith('1.27'): |
|
|
|
http_ssl = "\n\tlisten 443 ssl;" |
|
|
|
http_ssl = "\n\tlisten 443 ssl;" |
|
|
|
http_ssl = http_ssl + "\n\tlisten [::]:443 ssl;" |
|
|
|
http_ssl = http_ssl + "\n\tlisten [::]:443 ssl;" |
|
|
|
http_ssl = http_ssl + "\n\tlisten 443 quic;" |
|
|
|
http_ssl = http_ssl + "\n\tlisten 443;" |
|
|
|
http_ssl = http_ssl + "\n\tlisten [::]:443 quic;" |
|
|
|
http_ssl = http_ssl + "\n\tlisten [::]:443;" |
|
|
|
http_ssl = http_ssl + "\n\thttp2 on;" |
|
|
|
http_ssl = http_ssl + "\n\thttp2 on;" |
|
|
|
else: |
|
|
|
else: |
|
|
|
http_ssl = "\n\tlisten 443 ssl;" |
|
|
|
http_ssl = "\n\tlisten 443 ssl;" |
|
|
|