Reload Nginx Inside Docker Container.md 510 B


title: Reload Nginx Inside Docker Container date: 2019-05-02 18:41:36 categories: [web server] tags: [nginx]

authors: sedlav

I am using docker for Nginx which is running with multiple virtual hosts. Sometimes I have to reload my updated nginx configurations, but I don’t want restart the container each time. Here is how you can reload your nginx without any downtime and without interrupting any connections.

Link