docs, sticky session for Docker
This commit is contained in:
parent
d78c419627
commit
be5b1fd92b
4 changed files with 20 additions and 0 deletions
|
@ -716,6 +716,7 @@ Labels can be used on containers to override default behaviour:
|
|||
- `traefik.protocol=https`: override the default `http` protocol
|
||||
- `traefik.weight=10`: assign this weight to the container
|
||||
- `traefik.enable=false`: disable this container in Træfɪk
|
||||
- `traefik.stickysession=true`: enable backend sticky sessions
|
||||
- `traefik.frontend.rule=Host:test.traefik.io`: override the default frontend rule (Default: `Host:{containerName}.{domain}`).
|
||||
- `traefik.frontend.passHostHeader=true`: forward client `Host` header to the backend.
|
||||
- `traefik.frontend.priority=10`: override default frontend priority
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue