summaryrefslogtreecommitdiff
path: root/src/apache/fossil.conf~template
blob: 595304b3bf78bd7c6b60b7166ca444fc3364274d (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 / unix:/var/lib/fossil-httpd.S|http://%H/
        ProxyPassReverse / unix:/var/lib/fossil-httpd.S|http://%H/
</VirtualHost>