]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/thinkup/templates/default/apache.erb
Add a load more cookbooks
[chef.git] / cookbooks / thinkup / templates / default / apache.erb
diff --git a/cookbooks/thinkup/templates/default/apache.erb b/cookbooks/thinkup/templates/default/apache.erb
new file mode 100644 (file)
index 0000000..fa40d7f
--- /dev/null
@@ -0,0 +1,12 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+<VirtualHost *:80>
+       ServerName thinkup.openstreetmap.org
+       ServerAlias thinkup.osm.org
+       ServerAdmin webmaster@openstreetmap.org
+
+       CustomLog /var/log/apache2/thinkup.openstreetmap.org-access.log combined
+       ErrorLog /var/log/apache2/thinkup.openstreetmap.org-error.log
+
+       DocumentRoot /srv/thinkup.openstreetmap.org/webapp
+</VirtualHost>