Location of nginx logs on server

kumkumsharma

Administrator
Staff member
You can find the logs in /var/log/nginx/ location:

Code:
[root@ ~]# ls -lah /var/log/nginx/
total 608K
drwxr-xr-x 4 root root 4.0K Nov 11 04:36 .
drwxr-xr-x. 17 root root 4.0K Nov 11 02:10 ..
-rw-r----- 1 nobody adm 187K Nov 8 03:35 access.log
drwx--x--x 2 root root 267 Nov 7 04:45 domains
-rw-r----- 1 nobody adm 1.8K Nov 7 31:03 error.log
[root@~]#
Metrics interfaces and NGINX

Yes, you are right cpanel’s Metrics interface do not work with NGINX:

You can check all the below interfaces do not work with NGINX:

cPanel’s Visitors interface (cPanel >> Home >> Metrics >> Visitors)

cPanel’s Errors interface (cPanel >> Home >> Metrics >> Errors)

cPanel’s Raw Access interface (cPanel >> Home >> Metrics >> Raw Access)
 
Top