projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tilecache: enable http2 again
[chef.git]
/
cookbooks
/
tilecache
/
templates
/
default
/
nginx_tile_ssl.conf.erb
diff --git
a/cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb
b/cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb
index 7f01c3fc8116ed5ee97cfa912ca0611f80b75eeb..71b8258285a35dc2fc4666851cbe7cae75b4765b 100644
(file)
--- a/
cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb
+++ b/
cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb
@@
-13,7
+13,7
@@
upstream tile_cache_backend {
}
server {
- listen 443 ssl default_server;
+ listen 443 ssl
http2
default_server;
server_name localhost;
proxy_buffers 8 64k;