DevOps Blog - Nicolas Paris

Reload Nginx Configuration Inside a Container

DevOps

Let's make it short, you are in development mode, trying some configuration with Docker and Nginx, and you just want reload the configuration without terminated the container. Do the following inside the container

nginx -s reload