Commit e97964a1 authored by Lasse Karstensen's avatar Lasse Karstensen

Add some examples of backend expressions.

parent 4f966f80
...@@ -159,6 +159,14 @@ name, IP address and port in "name(IP address:port)" format. All fields ...@@ -159,6 +159,14 @@ name, IP address and port in "name(IP address:port)" format. All fields
are optional. If no exact matching backend is found, partial matching are optional. If no exact matching backend is found, partial matching
will be attempted based on the provided name, IP address and port fields. will be attempted based on the provided name, IP address and port fields.
Examples::
backend.list def*
backend.set_health default sick
backend.set_health def* healthy
backend.set_health * auto
Ban Expressions Ban Expressions
--------------- ---------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment