Ngins gracefull reload with down upstream property

Issue #21 new
Former user created an issue

Hello all,

First off all thanks for this great module! We have nginx 1.8.0 with last sticky-module build. Looks like when we want to gracefully remove one backend with down; property, e.g. upstream default-upstream { sticky name=route path=/ hmac=sha1 hmac_key=some_key secure httponly; server 10.10.10.1:443; server 10.10.10.2:443 down; } and than service nginx reload, all active sessions to second upstream are momentally forwarded to the first one. Expected behaviour: all current sesssions should stay on second upstream untill die.

Comments (0)

  1. Log in to comment