1
0
Fork 0

docs, sticky session for Docker

This commit is contained in:
Owen Marshall 2016-06-02 14:36:14 -04:00 committed by Emile Vauge
parent d78c419627
commit be5b1fd92b
No known key found for this signature in database
GPG key ID: D808B4C167352E59
4 changed files with 20 additions and 0 deletions

View file

@ -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