From: Clinton Ebadi Date: Thu, 1 Jan 2015 04:13:47 +0000 (-0500) Subject: Update proxy.dtl with new proxy_reverse_target type X-Git-Tag: release_20141231~1 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/a9b9c410499b3eed7ba35c5d5bf72ce606f50cbb Update proxy.dtl with new proxy_reverse_target type --- diff --git a/lib/proxy.dtl b/lib/proxy.dtl index 272d83b..fe64f53 100644 --- a/lib/proxy.dtl +++ b/lib/proxy.dtl @@ -1,4 +1,10 @@ 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.}}