Rephrase the traefik.backend definition in documentation

This commit is contained in:
Damien Duportal 2018-12-19 16:50:04 +01:00 committed by Traefiker Bot
parent 698621f127
commit aa3ea17a8f
5 changed files with 61 additions and 61 deletions

View file

@ -115,7 +115,7 @@ The following labels can be defined on Mesos tasks. They adjust the behavior for
| `traefik.portIndex=1` | Registers port by index in the application's ports array. Useful when the application exposes multiple ports. |
| `traefik.protocol=https` | Overrides the default `http` protocol |
| `traefik.weight=10` | Assigns this weight to the container |
| `traefik.backend=foo` | Gives the name `foo` to the generated backend for this container. |
| `traefik.backend=foo` | Overrides the task name by `foo` in the generated name of the backend. |
| `traefik.backend.buffering.maxRequestBodyBytes=0` | See [buffering](/configuration/commons/#buffering) section. |
| `traefik.backend.buffering.maxResponseBodyBytes=0` | See [buffering](/configuration/commons/#buffering) section. |
| `traefik.backend.buffering.memRequestBodyBytes=0` | See [buffering](/configuration/commons/#buffering) section. |