Update proxy.dtl with new proxy_reverse_target type
authorClinton Ebadi <clinton@unknownlamer.org>
Thu, 1 Jan 2015 04:13:47 +0000 (23:13 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Thu, 1 Jan 2015 04:13:47 +0000 (23:13 -0500)
lib/proxy.dtl

index 272d83b..fe64f53 100644 (file)
@@ -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.}}