X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a3ba209e2540e3a2488e9735e4ce3069ab8a3e22..HEAD:/cookbooks/stateofthemap/templates/default/apache.erb?ds=sidebyside diff --git a/cookbooks/stateofthemap/templates/default/apache.erb b/cookbooks/stateofthemap/templates/default/apache.erb deleted file mode 100644 index 53c3a79c8..000000000 --- a/cookbooks/stateofthemap/templates/default/apache.erb +++ /dev/null @@ -1,44 +0,0 @@ -# DO NOT EDIT - This file is being maintained by Chef - - - ServerName stateofthemap.org - ServerAlias stateofthemap.com - ServerAlias www.stateofthemap.org - ServerAlias www.stateofthemap.com - ServerAdmin webmaster@openstreetmap.org - - CustomLog /var/log/apache2/stateofthemap.org-access.log combined - ErrorLog /var/log/apache2/stateofthemap.org-error.log - - RedirectPermanent / https://stateofthemap.org/ - - - - ServerName stateofthemap.com - ServerAlias www.stateofthemap.org - ServerAlias www.stateofthemap.com - ServerAdmin webmaster@openstreetmap.org - - CustomLog /var/log/apache2/stateofthemap.org-access.log combined - ErrorLog /var/log/apache2/stateofthemap.org-error.log - - SSLEngine on - - RedirectPermanent / https://stateofthemap.org/ - - - - ServerName stateofthemap.org - ServerAdmin webmaster@openstreetmap.org - - CustomLog /var/log/apache2/stateofthemap.org-access.log combined - ErrorLog /var/log/apache2/stateofthemap.org-error.log - - SSLEngine on - - DocumentRoot /srv/stateofthemap.org/html - - - - Require all granted -