Hi,
In my nginx reverse proxy server I have around 15 web sites and those have been configured to send a logs to different directory under /var/log/nginx - e.g
site1 : /var/log/nginx/site1{access.log, error.log}
site2 : /var/log/nginx/site2{access.log, error.log}
And so on - I guess with this configuration only default access.log is picked up.
Please confirm