Hi.
I've enabled the access log, sudo log example.com -only-error=off
And then verify that the log is making the output, both using sudo log example.com and view the files on /var/log/nginx/domain.com.access.log
But when I tried to show the log via ngxtop, it shows nothing. Any idea what went wrong?
I even tried to manually point it to the exact log file using ngxtop -l /var/log/nginx/domain.com.access.log but still not luck. Any idea what is wrong?
Thank you