summaryrefslogtreecommitdiff
path: root/src/fossil.conf~template
diff options
context:
space:
mode:
Diffstat (limited to 'src/fossil.conf~template')
-rw-r--r--src/fossil.conf~template10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fossil.conf~template b/src/fossil.conf~template
new file mode 100644
index 0000000..797f5e2
--- /dev/null
+++ b/src/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 / http://localhost:8079/
9 ProxyPassReverse / http://localhost:8079/
10</VirtualHost>