Where are the Nginx Error and Access Log Files Located?

Last updated on | one reply

To view the nginx error log and access log files, we can use tail to display the last 200 entries.

sudo tail /var/log/nginx/error.log -n 200
sudo tail /var/log/nginx/access.log -n 200

Let me know if this helped. Follow me on Twitter, Facebook and YouTube, or 🍊 buy me a smoothie.

1 reply

Leave a reply

Your email address will not be published. Required fields are marked *