X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/dc8d08bb901b3a13f9f5d5de8827eefeb8489220..e5cfdc9914e4d57a2e7cb5cfb370eeb97683f745:/cookbooks/nominatim/templates/default/apache.erb diff --git a/cookbooks/nominatim/templates/default/apache.erb b/cookbooks/nominatim/templates/default/apache.erb index 010b27ad8..120bccece 100644 --- a/cookbooks/nominatim/templates/default/apache.erb +++ b/cookbooks/nominatim/templates/default/apache.erb @@ -1,6 +1,7 @@ # DO NOT EDIT - This file is being maintained by Chef - +<% [80, 443].each do |port| -%> +> ServerName nominatim.openstreetmap.org ServerAdmin webmaster@openstreetmap.org ServerAlias nominatim.osm.org @@ -9,6 +10,13 @@ ServerAlias nominatim.openstreetmaps.org ServerAlias nominatim.openmaps.org +<% if port == 443 -%> + # + # Enable SSL + # + SSLEngine on +<% end -%> + CustomLog /var/log/apache2/nominatim.openstreetmap.org-access.log combined ErrorLog /var/log/apache2/nominatim.openstreetmap.org-error.log @@ -54,3 +62,5 @@ RewriteRule ^/([sdr].*) /pool-${bulklist:%{REMOTE_ADDR}|www}/$1 [PT] + +<% end -%>