Created
June 8, 2018 19:18
-
-
Save a5ync/255268d4344036033ccd48acfb4da578 to your computer and use it in GitHub Desktop.
Reload nginx configuration without restarting docker container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# or docker exec utmsp_gw_1 nginx -s reload | |
docker kill --signal=HUP utmsp_gw_1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment