summaryrefslogtreecommitdiff
path: root/src/fossil.conf~template
blob: 49fa7cdb36ef9011eb732a72935e6f6d69bc7717 (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>