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 CustomLog /var/log/apache2/<%= @name %>-svn-access.log "%h %t %u %{SVN-ACTION}e" env=SVN-ACTION
13 ErrorLog /var/log/apache2/<%= @name %>-error.log
17 SVNPath <%= @directory %>
20 AuthName "<%= @realm %>"
21 AuthUserFile <%= @password_file %>
26 <Limit GET PROPFIND OPTIONS REPORT>
30 <LimitExcept GET PROPFIND OPTIONS REPORT>
37 ServerName <%= @name %>
38 ServerAdmin webmaster@openstreetmap.org
40 CustomLog /var/log/apache2/<%= @name %>-access.log combined
41 ErrorLog /var/log/apache2/<%= @name %>-error.log
43 RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
44 RedirectPermanent / https://<%= @name %>/