Skip to content

Instantly share code, notes, and snippets.

@selfagency
Created July 11, 2021 01:13
Show Gist options
  • Select an option

  • Save selfagency/73c993ef77faa248050ce97d310f46a3 to your computer and use it in GitHub Desktop.

Select an option

Save selfagency/73c993ef77faa248050ce97d310f46a3 to your computer and use it in GitHub Desktop.
restart nginx
#!/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