[bitnami/nginx] Nginx not shutting down gracefully by-default #65691
Labels
nginx
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/nginx:1.25.5
What architecture are you using?
amd64
What steps will reproduce the bug?
What is the expected behavior?
STOPSIGNAL SIGQUIT
What do you see instead?
docker stop first sends a SIGTERM (by default) expecting the container to gracefully shut down, and if that did not happen, it sends a SIGKILL to forcefully shut it down
SIGTERM for nginx is not the graceful exit signal, SIGQUIT is, but STOPSIGNAL is not configured to SIGQUIT correctly
Additional information
No response
The text was updated successfully, but these errors were encountered: