Coming Soon: NGINX configuration, HTTPS and Certbot, Adding Content
NGINX Resources
NGinx logs are stored in /var/log/nginx. There are 2 log files, access.log and error.log
The log files can be monitored in real time using sudo tail -f /var/log/nginx/access.log or sudo tail -f /var/log/nginx/access.log. This can be handy when trying to troubleshoot various issues, or detect malicious requests.