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

@ -7,6 +7,7 @@
{{if hasLoadBalancerLabel .}}
[backends.backend-{{getBackend .}}.loadbalancer]
method = "{{getLoadBalancerMethod .}}"
sticky = {{getSticky . }}
{{end}}
{{if hasMaxConnLabels .}}