]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dev/templates/default/apache.apis.erb
Fixup phppgadmin for proxy_fcgi
[chef.git] / cookbooks / dev / templates / default / apache.apis.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <VirtualHost *:80>
4         ServerName apis.dev.openstreetmap.org
5         ServerAdmin webmaster@openstreetmap.org
6
7         DocumentRoot /srv/apis.dev.openstreetmap.org
8
9         CustomLog /var/log/apache2/apis.dev.openstreetmap.org-access.log combined
10         ErrorLog /var/log/apache2/apis.dev.openstreetmap.org-error.log
11 </VirtualHost>
12
13 <Directory /srv/apis.dev.openstreetmap.org>
14         Require all granted
15 </Directory>