X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f31ba7e2c98ff3c1ccab81c17bfec79cd7a9065a..488f7f4b704eba87d5232a3070f50fbf86049959:/cookbooks/imagery/recipes/default.rb diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 809370d4a..946a4fdee 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -74,6 +74,14 @@ execute "unzip-ostn02-ntv2-data" do end nginx_site "default" do - action [:delete] + template "nginx_default.conf.erb" + directory "/srv/imagery/default" restart_nginx false end + +systemd_tmpfile "/run/mapserver-fastcgi" do + type "d" + owner "imagery" + group "imagery" + mode "0755" +end