summaryrefslogtreecommitdiff
path: root/src/apache/fossil.conf~template
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2023-06-02 18:20:15 -0400
committerGordon GECOS <u@adam>2023-06-02 18:21:18 -0400
commit6c5b2b2f7c6ea156d5f71fa814d51c85466501d0 (patch)
tree52e960afb6d73a617add2ea651dcc3f80292e55d /src/apache/fossil.conf~template
parent3e796eebdc1dd3ab96641bb147e4810d2fc41be5 (diff)
renamesHEADmaster
Diffstat (limited to 'src/apache/fossil.conf~template')
-rw-r--r--src/apache/fossil.conf~template10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/apache/fossil.conf~template b/src/apache/fossil.conf~template
new file mode 100644
index 0000000..595304b
--- /dev/null
+++ b/src/apache/fossil.conf~template
@@ -0,0 +1,10 @@
1<VirtualHost *:80>
2 ServerName %H
3 ServerAdmin webmaster@%H
4 ErrorLog ${APACHE_LOG_DIR}/error.log
5 CustomLog ${APACHE_LOG_DIR}/access.log combined
6 DocumentRoot /var/www/html
7 ProxyPreserveHost on
8 ProxyPass / unix:/var/lib/fossil-httpd.S|http://%H/
9 ProxyPassReverse / unix:/var/lib/fossil-httpd.S|http://%H/
10</VirtualHost>