mode 0o664
end
-include_recipe "apache::ssl"
+include_recipe "apache"
package "php"
package "php-fpm"
end
end
+ssl_certificate "nominatim.openstreetmap.org" do
+ domains ["nominatim.openstreetmap.org",
+ "nominatim.osm.org",
+ "nominatim.openstreetmap.com",
+ "nominatim.openstreetmap.net",
+ "nominatim.openstreetmaps.org",
+ "nominatim.openmaps.org"]
+ notifies :reload, "service[apache2]"
+end
+
apache_site "nominatim.openstreetmap.org" do
template "apache.erb"
directory build_directory