We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d99be commit 173952cCopy full SHA for 173952c
cookbooks/imagery/templates/default/nginx_titiler.conf.erb
@@ -21,8 +21,11 @@ upstream titiler_api_backend {
21
}
22
23
server {
24
- listen 443 ssl http2;
25
- listen [::]:443 ssl http2;
+ listen 443 ssl;
+ listen [::]:443 ssl;
26
+
27
+ http2 on;
28
29
server_name <%= @name %> <% @aliases.each do |alias_name| %> <%= alias_name %><%- end -%>;
30
31
http2_max_concurrent_streams 512;
0 commit comments