We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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"