X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d168351c5b49bd9689de106601c7267a19b7985b..3922c25396b0aa995547e6caa3dc6f8b7e993f95:/cookbooks/mailman/templates/default/apache.erb diff --git a/cookbooks/mailman/templates/default/apache.erb b/cookbooks/mailman/templates/default/apache.erb index 396bcd56d..6b12ce994 100644 --- a/cookbooks/mailman/templates/default/apache.erb +++ b/cookbooks/mailman/templates/default/apache.erb @@ -1,6 +1,16 @@ # DO NOT EDIT - This file is being maintained by Chef + ServerName <%= @name %> + ServerAdmin postmaster@openstreetmap.org + + CustomLog /var/log/apache2/<%= @name %>-access.log combined + ErrorLog /var/log/apache2/<%= @name %>-error.log + + RedirectPermanent / https://<%= @name %>/ + + + ServerName <%= @name %> ServerAdmin postmaster@openstreetmap.org ServerSignature On