Run make -f Makefile.doc (#1705)

Remove trailing white space from proxy/README.md
This commit is contained in:
Miek Gieben
2018-04-20 07:24:19 +01:00
committed by GitHub
parent 19a1ef48f2
commit 61726b3721
9 changed files with 110 additions and 30 deletions

View File

@@ -39,7 +39,7 @@ proxy FROM TO... {
* **TO** is the destination endpoint to proxy to. At least one is required, but multiple may be
specified. **TO** may be an IP:Port pair, or may reference a file in resolv.conf format
* `policy` is the load balancing policy to use; applies only with multiple backends. May be one of
random, least_conn, round_robin or sequential. Default is random.
random, least_conn, round_robin or sequential. Default is random.
* `fail_timeout` specifies how long to consider a backend as down after it has failed. While it is
down, requests will not be routed to that backend. A backend is "down" if CoreDNS fails to
communicate with it. The default value is 2 seconds ("2s").