summaryrefslogtreecommitdiff
path: root/src/fossil.conf~template
blob: 797f5e2fdb99cc7858d1f902c9b08e776fbe710d (plain)
1
2
3
4
5
6
7
8
9
10
<VirtualHost *:80>
        ServerName %H
        ServerAdmin webmaster@%H
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
        DocumentRoot /var/www/html
        ProxyPreserveHost on
        ProxyPass / http://localhost:8079/
        ProxyPassReverse / http://localhost:8079/
</VirtualHost>