]> git.openstreetmap.org Git - chef.git/commitdiff
Tilecache: enable SPDY 3.1 (nginx 1.6.0)
authorGrant Slater <git@firefishy.com>
Wed, 28 May 2014 11:12:01 +0000 (12:12 +0100)
committerGrant Slater <git@firefishy.com>
Wed, 28 May 2014 11:12:01 +0000 (12:12 +0100)
cookbooks/tilecache/templates/default/nginx_tile_ssl.conf.erb

index 1801232456bacdac1d5cb19a6e67fa863d2571d4..9e74ec51ab0540461b78c62d0e281557accbb993 100644 (file)
@@ -1,5 +1,5 @@
 server {
-    listen       443 ssl;
+    listen       443 ssl spdy;
     server_name  localhost;
 
     ssl_certificate      /etc/ssl/certs/<%= @certificate %>.pem;