summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2023-06-02 18:11:06 -0400
committerGordon GECOS <u@adam>2023-06-02 18:11:06 -0400
commitbb473ec1af4a88417a6bfe272322e200865c2076 (patch)
tree1a5650772920b66f933c33068b11907c8b5eb644
parent91c503f309fb14cd969c6872ce180db08966dc8e (diff)
trailing / was necessary after all
-rw-r--r--src/fossil.conf~template4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fossil.conf~template b/src/fossil.conf~template
index 49fa7cd..595304b 100644
--- a/src/fossil.conf~template
+++ b/src/fossil.conf~template
@@ -5,6 +5,6 @@
5 CustomLog ${APACHE_LOG_DIR}/access.log combined 5 CustomLog ${APACHE_LOG_DIR}/access.log combined
6 DocumentRoot /var/www/html 6 DocumentRoot /var/www/html
7 ProxyPreserveHost on 7 ProxyPreserveHost on
8 ProxyPass / unix:/var/lib/fossil-httpd.S|http://%H 8 ProxyPass / unix:/var/lib/fossil-httpd.S|http://%H/
9 ProxyPassReverse / unix:/var/lib/fossil-httpd.S|http://%H 9 ProxyPassReverse / unix:/var/lib/fossil-httpd.S|http://%H/
10</VirtualHost> 10</VirtualHost>