-
Notifications
You must be signed in to change notification settings - Fork 55
nginx process not receiving SIGHUP #6
Comments
How are you changing the config file in the running container? What does your I did some tests with a volume mounted file and was able to change the 404 page or the port by editing the |
Mine's a little complicated:
I disabled SELinux and the problem persisted. Do you observe the changes when running with the container detached (without |
I think I found the problem. I was mounting a directory with |
This sounds like a case of moby/moby#6011 |
Oh, that's interesting. Thanks for tracking that down! I'm sure I'm doing similar things in other places as well. |
I tried to restart a running container whose config had changed with:
docker kill -s HUP <container>
However, this event does not turn up in:
docker logs <container>
And, the config was not applied to new requests.
How can I send "reload" to a running nginx container?
The text was updated successfully, but these errors were encountered: