]> git.openstreetmap.org Git - chef.git/blob - cookbooks/thinkup/templates/default/apache.erb
fa40d7f8ae052687ff2d236689617e3a769f8110
[chef.git] / cookbooks / thinkup / templates / default / apache.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <VirtualHost *:80>
4         ServerName thinkup.openstreetmap.org
5         ServerAlias thinkup.osm.org
6         ServerAdmin webmaster@openstreetmap.org
7
8         CustomLog /var/log/apache2/thinkup.openstreetmap.org-access.log combined
9         ErrorLog /var/log/apache2/thinkup.openstreetmap.org-error.log
10
11         DocumentRoot /srv/thinkup.openstreetmap.org/webapp
12 </VirtualHost>