-
Notifications
You must be signed in to change notification settings - Fork 1
NGINX
dhpennell edited this page May 31, 2013
·
4 revisions
$ cd /your/log/location... tail the error log:
tail -f foo.error.log
tail foo.error.log... or tail the access logs:
tail -f foo.access.log
tail foo.access.logYou sometimes might want to instead use explicit paths:
tail -f /your/log/location/foo.access.logetc.
They'll stay in your history for next time, and it lets you cd navigate anywhere you wish in that terminal session and simply up-arrow to tail again.
Nginx:
sudo service nginx restart
Varnish:
sudo service varnish restartIf ya got Varnish running, you'll probably want to restart both if you're gonna restart one.