Reload Nginx Configuration Inside a Container
DevOpsLet'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