1 # DO NOT EDIT - This file is being maintained by Chef
4 ServerName <%= @name %>
5 ServerAdmin webmaster@openstreetmap.org
7 CustomLog /var/log/apache2/<%= @name %>-access.log combined
8 ErrorLog /var/log/apache2/<%= @name %>-error.log
10 Redirect permanent / https://<%= @name %>/
14 ServerName <%= @name %>
15 ServerAdmin webmaster@openstreetmap.org
17 CustomLog /var/log/apache2/<%= @name %>-access.log combined
18 ErrorLog /var/log/apache2/<%= @name %>-error.log
20 DocumentRoot <%= @directory %>
25 <Directory <%= @directory %>>