1 # DO NOT EDIT - This file is being maintained by Chef
3 <% [80, 443].each do |port| -%>
4 <VirtualHost *:<%= port %>>
6 ServerName join.osmfoundation.org
7 ServerAlias crm.osmfoundation.org
8 ServerAlias supporting.osmfoundation.org
9 ServerAlias support.osmfoundation.org
10 ServerAlias support.openstreetmap.org
11 ServerAlias supporting.osm.org
12 ServerAlias support.osm.org
14 ServerAdmin webmaster@openstreetmap.org
17 RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
18 RedirectPermanent / https://supporting.openstreetmap.org/
22 SSLCertificateFile /etc/ssl/certs/join.osmfoundation.org.pem
23 SSLCertificateKeyFile /etc/ssl/private/join.osmfoundation.org.key
25 RedirectMatch . https://supporting.openstreetmap.org/
28 CustomLog /var/log/apache2/join.osmfoundation.org-access.log combined
29 ErrorLog /var/log/apache2/join.osmfoundation.org-error.log