Skip to content

Instantly share code, notes, and snippets.

@a5ync
Created June 8, 2018 19:18
Show Gist options
  • Save a5ync/255268d4344036033ccd48acfb4da578 to your computer and use it in GitHub Desktop.
Save a5ync/255268d4344036033ccd48acfb4da578 to your computer and use it in GitHub Desktop.
Reload nginx configuration without restarting docker container
# 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