Question
Where are the NGINX logs?
Answer
The logs are located in /var/log/nginx/
and are the following:
[root@184-94-197-2 ~]# ls -lah /var/log/nginx/
total 608K
drwxr-xr-x 4 root root 4.0K Jul 7 03:36 .
drwxr-xr-x. 17 root root 4.0K Jul 8 02:14 ..
-rw-r----- 1 nobody adm 187K Jul 8 02:25 access.log
drwx--x--x 2 root root 267 Jul 7 03:36 domains
-rw-r----- 1 nobody adm 1.8K Jul 7 21:03 error.log
[root@184-94-197-2 ~]#