From: Grant Slater Date: Sun, 5 Jan 2014 01:40:35 +0000 (+0000) Subject: tilecache: nginx tweak X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ba2206d2e7bb1a2f03ccefc13e89b68f7f0aee2e tilecache: nginx tweak --- diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 687478e58..aec517025 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -62,10 +62,10 @@ template "/etc/logrotate.d/squid" do end nginx_site "default" do - action :delete + action [ :delete ] end nginx_site "tile-ssl" do - source "nginx_tile_ssl.conf.erb" + template "nginx_tile_ssl.conf.erb" end