Skip to content

Instantly share code, notes, and snippets.

@cziko
Created July 8, 2011 11:40
Show Gist options
  • Save cziko/1071655 to your computer and use it in GitHub Desktop.
Save cziko/1071655 to your computer and use it in GitHub Desktop.
Restart nginx
sudo killall nginx; sleep 1; sudo /usr/local/nginx/sbin/nginx;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment