doc: rename proxy/url to match other modules
[hcoop/domtool2.git] / lib / proxy.dtl
diff --git a/lib/proxy.dtl b/lib/proxy.dtl
deleted file mode 100644 (file)
index 4886c38..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-extern type proxy_target;
-{{URL prefix designating where to send proxied requests.
-  It can be any localhost URL on a port of at least 1024.
-  In addition, other allowed targets can be configured.
-  It may also be the value "!" to not proxy a path.}}
-
-extern type proxy_reverse_target;
-{{URL prefix designating where to send proxied requests.
-  It can be any localhost URL on a port of at least 1024.
-  In addition, other allowed targets can be configured.}}
-
-extern val proxyPass : no_spaces -> proxy_target -> [Vhost];
-extern val proxyPassReverse : no_spaces -> proxy_reverse_target -> [Vhost];
-{{Interface to Apache <tt><a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass">ProxyPass</a></tt> and <tt><a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse">ProxyPassReverse</a></tt>}}
-
-extern val proxyPreserveHost : bool -> [Vhost];
-{{Pass the Host header to the proxied server unmodified. <a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypreservehost">Apache docs</a>.}}
\ No newline at end of file