From a9b9c410499b3eed7ba35c5d5bf72ce606f50cbb Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Wed, 31 Dec 2014 23:13:47 -0500 Subject: [PATCH] Update proxy.dtl with new proxy_reverse_target type --- lib/proxy.dtl | 6 ++++++ 1 file changed, 6 insertions(+) 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.}} -- 2.20.1