1 # DO NOT EDIT - This file is being maintained by Chef
4 ServerName <%= @name %>
5 ServerAdmin webmaster@openstreetmap.org
8 SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem
9 SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key
11 CustomLog /var/log/apache2/<%= @name %>-access.log combined
12 ErrorLog /var/log/apache2/<%= @name %>-error.log
14 RedirectPermanent /applications/editors/josm/plugins/cadastre-fr/images/cadastre_small.png https://raw.githubusercontent.com/openstreetmap/svn-archive/main/applications/editors/josm/plugins/cadastre-fr/images/cadastre_small.png
15 ErrorDocument 404 https://github.com/openstreetmap/svn-archive
18 <% unless @aliases.empty? -%>
21 ServerName <%= @aliases.first %>
22 <% @aliases.drop(1).each do |alias_name| -%>
23 ServerAlias <%= alias_name %>
25 ServerAdmin webmaster@openstreetmap.org
28 SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem
29 SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key
31 CustomLog /var/log/apache2/<%= @name %>-access.log combined
32 ErrorLog /var/log/apache2/<%= @name %>-error.log
34 RedirectPermanent / https://<%= @name %>/
39 ServerName <%= @name %>
40 <% @aliases.each do |alias_name| -%>
41 ServerAlias <%= alias_name %>
44 ServerAdmin webmaster@openstreetmap.org
46 CustomLog /var/log/apache2/<%= @name %>-access.log combined
47 ErrorLog /var/log/apache2/<%= @name %>-error.log
49 RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
50 RedirectPermanent / https://<%= @name %>/