Skip to content

Nginx Reload

Michael Woodward edited this page Feb 4, 2017 · 1 revision

Sends reload signal to NGINX in the container

Aliases:
    - nginx

Usage:
    workflow nginx-reload

Under the hood this will run the following command and passes through the -p flag if set

docker exec nginx-container-name nginx -s "reload"
Clone this wiki locally