docker-nginx-basic-auth icon indicating copy to clipboard operation
docker-nginx-basic-auth copied to clipboard

Fix signal propagation by replacing init shell with nginx

Open ChrisLahaye opened this issue 3 years ago • 0 comments

Signals like SIGINT are sent to the init process. Currently these signals are not propagated to the nginx process, inhibiting a graceful shutdown. This PR fixes that by replacing the init shell with the nginx process, so that signals are sent to the nginx process instead.

ChrisLahaye avatar Sep 29 '22 14:09 ChrisLahaye