Nginx Troubleshoots
Find open logfiles without knowing the configuration
Sometimes you don't know where's the log of nginx
find PID of httpd (same concept applies for nginx and other programs):
# ps axu |grep httpd
...
root 17970 0.0 0.3 495964 64388 ? Ssl Oct29 3:45 /usr/sbin/httpd
...
Then search for