Remove stickyness cookie domain from Lua balancer to match old behavior (#3648)

This commit is contained in:
Maximilian Gaß 2019-01-12 02:24:45 +01:00 committed by Manuel Alejandro de Brito Fontes
parent 9f74dc2dd0
commit 39dd0c50da
2 changed files with 2 additions and 3 deletions

View file

@ -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",
}