X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/42887a1cae8ac3ddf4a7afd543b473d619ccf27b..61cfb2e7be9b887d3d0890d8804ad3339fbb7d73:/cookbooks/nominatim/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index 2c24309de..d15f3284f 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -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