You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This calls `nginx.gracefulstop` (which blocks until Nginx has finished
in-flight requests) and then calls `nginx.start` before moving onto the next
host.
I need this to rollout some Nginx config changes that aren't picked up by a
graceful reload (HUP). It can also be used to pick up OpenSSL lib upgrades.
0 commit comments