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 RedirectPermanent / https://github.com/openstreetmap/svn-archive
17 ErrorDocument 404 https://github.com/openstreetmap/svn-archive
20 <% unless @aliases.empty? -%>
23 ServerName <%= @aliases.first %>
24 <% @aliases.drop(1).each do |alias_name| -%>
25 ServerAlias <%= alias_name %>
27 ServerAdmin webmaster@openstreetmap.org
30 SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem
31 SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key
33 CustomLog /var/log/apache2/<%= @name %>-access.log combined
34 ErrorLog /var/log/apache2/<%= @name %>-error.log
36 RedirectPermanent / https://<%= @name %>/
41 ServerName <%= @name %>
42 <% @aliases.each do |alias_name| -%>
43 ServerAlias <%= alias_name %>
46 ServerAdmin webmaster@openstreetmap.org
48 CustomLog /var/log/apache2/<%= @name %>-access.log combined
49 ErrorLog /var/log/apache2/<%= @name %>-error.log
51 RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
52 RedirectPermanent / https://<%= @name %>/