]> code.citadel.org Git - citadel.git/commitdiff
* apache proxies and listsub/ don't play well.
authorWilfried Göesgens <willi@citadel.org>
Tue, 20 Nov 2007 23:41:38 +0000 (23:41 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 20 Nov 2007 23:41:38 +0000 (23:41 +0000)
webcit/debian/webcit.conf

index ba9d332952fc23cd26e85341265341f3e143b902..19d71fbb0df55d9e745e78d30147ff16d0d512e8 100644 (file)
@@ -19,8 +19,8 @@
 ProxyPass /webcit/ http://127.0.0.1:8504/webcit/
 ProxyPassReverse /webcit/ http://127.0.0.1:8504/webcit/
 
-ProxyPass /listsub/ http://127.0.0.1:8504/listsub/
-ProxyPassReverse /listsub/ http://127.0.0.1:8504/listsub/
+ProxyPass /listsub http://127.0.0.1:8504/listsub
+ProxyPassReverse /listsub http://127.0.0.1:8504/listsub
 
 ProxyPass /groupdav/ http://127.0.0.1:8504/groupdav/
 ProxyPassReverse /groupdav/ http://127.0.0.1:8504/groupdav/