diff options
Diffstat (limited to 'config/varnish64/varnish_backends.xml')
-rw-r--r-- | config/varnish64/varnish_backends.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/varnish64/varnish_backends.xml b/config/varnish64/varnish_backends.xml index d3bd825e..e426d444 100644 --- a/config/varnish64/varnish_backends.xml +++ b/config/varnish64/varnish_backends.xml @@ -176,6 +176,22 @@ <type>rowhelper</type> <rowhelper> <rowhelperfield> + <fielddescr>Match type</fielddescr> + <fieldname>fieldtype</fieldname> + <description>Select the field type that you would like to use in matching the URL.</description> + <type>select</type> + <options> + <option> + <name>Equals</name> + <value>==</value> + </option> + <option> + <name>Regex</name> + <value>~</value> + </option> + </options> + </rowhelperfield> + <rowhelperfield> <fielddescr>URL</fielddescr> <fieldname>urlmapping</fieldname> <description>Enter the URL that will be mapped to this backend.</description> |