Remove stickyness cookie domain from Lua balancer to match old behavior (#3648)
This commit is contained in:
parent
9f74dc2dd0
commit
39dd0c50da
2 changed files with 2 additions and 3 deletions
|
|
@ -52,7 +52,6 @@ local function set_cookie(self, value)
|
|||
key = self.cookie_name,
|
||||
value = value,
|
||||
path = cookie_path,
|
||||
domain = ngx.var.host,
|
||||
httponly = true,
|
||||
secure = ngx.var.https == "on",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue