|
|
@ -2828,8 +2828,8 @@ location ^~ {from} {\n\ |
|
|
|
if version.startswith('1.25'): |
|
|
|
if version.startswith('1.25'): |
|
|
|
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 reuseport;" |
|
|
|
http_ssl = http_ssl + "\n\tlisten 443 quic;" |
|
|
|
http_ssl = http_ssl + "\n\tlisten [::]:443 quic reuseport;" |
|
|
|
http_ssl = http_ssl + "\n\tlisten [::]:443 quic;" |
|
|
|
http_ssl = http_ssl + "\n\thttp2 on;" |
|
|
|
http_ssl = http_ssl + "\n\thttp2 on;" |
|
|
|
else: |
|
|
|
else: |
|
|
|
http_ssl = "\n\tlisten 443 ssl http2;" |
|
|
|
http_ssl = "\n\tlisten 443 ssl http2;" |
|
|
|