Created
July 11, 2021 01:13
-
-
Save selfagency/73c993ef77faa248050ce97d310f46a3 to your computer and use it in GitHub Desktop.
restart nginx
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
| #!/usr/bin/env bash | |
| sudo nginx -t && sudo systemctl reload nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment