]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/recipes/default.rb
add apache site config for nominatim
[chef.git] / cookbooks / nominatim / recipes / default.rb
index 2c24309decc49724ed76c0ad17b830b2ee60d2a0..d15f3284f1a92bfe9917a5e38c55602336164b83 100644 (file)
@@ -34,6 +34,11 @@ service "php5-fpm" do
   supports :status => true, :restart => true, :reload => true
 end
 
+apache_site "nominatim.openstreetmap.org" do
+  template "apache.erb"
+  directory "/home/lonvia/nominatim"
+end
+
 postgresql_user "tomh" do
   cluster "9.1/main"
   superuser true