X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c848471a16f9d1ee1fc8a327af110447ea1ef4c..effb14435dcfd32dbfe1d2693117dfa97e9db84d:/cookbooks/dns/templates/default/apache.erb diff --git a/cookbooks/dns/templates/default/apache.erb b/cookbooks/dns/templates/default/apache.erb new file mode 100644 index 000000000..478ca4262 --- /dev/null +++ b/cookbooks/dns/templates/default/apache.erb @@ -0,0 +1,12 @@ +# DO NOT EDIT - This file is being maintained by Chef + + + ServerName <%= @name %> + ServerAdmin webmaster@openstreetmap.org + + CustomLog /var/log/apache2/<%= @name %>-access.log combined + ErrorLog /var/log/apache2/<%= @name %>-error.log + + DocumentRoot <%= @directory %>/html + Alias /json/ /var/lib/dns/json/ +