Revert previous delta.
[mkws-moved-to-github.git] / tools / apache2 / mkws-proxy
1 <VirtualHost *:80>
2     ServerName mkws.indexdata.com
3     ServerAlias mkws-git.indexdata.com
4
5     ProxyRequests off
6     ProxyVia On
7     ProxyPreserveHost On
8     <Proxy *>
9       Order deny,allow
10       Allow from all
11     </Proxy>
12
13     ProxyPass         / http://caliban:80/
14     ProxyPassReverse  / http://caliban:80/
15
16     # These are the logs for the proxying operation
17     ErrorLog /var/log/apache2/mkws-proxy-error.log
18     CustomLog /var/log/apache2/mkws-proxy-access.log combined
19 </VirtualHost>