We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c3719 commit 360a7dcCopy full SHA for 360a7dc
README.md
@@ -194,6 +194,9 @@ Each hash in that section has the following options:
194
* `name`: a human-readable name for the default server; must be unique
195
* `host`: the host or IP address of the server
196
* `port`: the port where the service runs on the `host`
197
+* `backup` : boolean, use the server in backup mode
198
+* `httpchk` : boolean, use haproxy httpchk for this server, requires `"option httpchk /"` to be set under haproxy options
199
+* `chkport` : custom port for httpchk
200
201
The `default_servers` list is used only when service discovery returns no servers.
202
In that case, the service proxy will be created with the servers listed here.
0 commit comments