Support ! as a ProxyPass target
[hcoop/domtool2.git] / lib / proxy.dtl
index 713fe6a..272d83b 100644 (file)
@@ -4,5 +4,5 @@ extern type proxy_target;
   In addition, other allowed targets can be configured.}}
 
 extern val proxyPass : no_spaces -> proxy_target -> [Vhost];
-extern val proxyPassReverse : no_spaces -> proxy_target -> [Vhost];
-{{Interface to Apache <tt>ProxyPass</tt> and <tt>LocalProxyPass</tt>}}
+extern val proxyPassReverse : no_spaces -> proxy_reverse_target -> [Vhost];
+{{Interface to Apache <tt>ProxyPass</tt> and <tt>ProxyPassReverse</tt>}}