Skip to content

Instantly share code, notes, and snippets.

@noname007
Created May 11, 2016 10:16
Show Gist options
  • Select an option

  • Save noname007/ad606f191fbabdc86cb7a04193ca7cd8 to your computer and use it in GitHub Desktop.

Select an option

Save noname007/ad606f191fbabdc86cb7a04193ca7cd8 to your computer and use it in GitHub Desktop.
stop:
sudo /usr/local/nginx/sbin/nginx -s stop
start:
sudo /usr/local/nginx/sbin/nginx
restart: stop start
log:
xterm -e 'tail -f /usr/local/nginx/logs/*' &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment