We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
listen http2
1 parent 3c2796f commit ce28e40Copy full SHA for ce28e40
1 file changed
gateway/http.d/apicast.conf.liquid
@@ -78,7 +78,8 @@ server {
78
{% endif %}
79
80
{% if https_port -%}
81
- listen {{ https_port }} ssl http2 {% if https_proxy_protocol %}proxy_protocol{% endif %};
+ listen {{ https_port }} ssl {% if https_proxy_protocol %}proxy_protocol{% endif %};
82
+ http2 on;
83
84
ssl_protocols TLSv1.2 TLSv1.3;
85
{%- assign https_certificate = env.APICAST_HTTPS_CERTIFICATE -%}
0 commit comments