Change cookie name to match documentation
This commit is contained in:
parent
592e981bd2
commit
df225d9170
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ func (server *Server) loadConfig(configurations configs, globalConfiguration Glo
|
|||
|
||||
if stickysession {
|
||||
sticky = roundrobin.NewStickySession(cookiename)
|
||||
cookiename = "_TRAEFIK_SERVERNAME"
|
||||
cookiename = "_TRAEFIK_BACKEND"
|
||||
}
|
||||
|
||||
switch lbMethod {
|
||||
|
|
Loading…
Reference in a new issue