1 # DO NOT EDIT - This file is being maintained by Chef
 
   4         ServerName <%= @name %>
 
   5 <% @aliases.each do |alias_name| -%>
 
   6         ServerAlias <%= alias_name %>
 
   8         ServerAdmin webmaster@openstreetmap.org
 
  10         DocumentRoot /srv/<%= @name %>/public
 
  12         CustomLog /var/log/apache2/<%= @name %>-access.log combined
 
  13         ErrorLog /var/log/apache2/<%= @name %>-error.log