a very enlightening response thank you very much Francis!by zhnupy - Nginx Mailing List - English
thanks Francis, after testing one by one it was easier to isolate my problem. I have a location definition which turns off the access log, but it doesn't suppose to fire every time, just for specific file extensions, here is the entire server block: 52 server { 53 listen 80 default_server; 54 server_name www.DOMAIN_A.com *.DOMAIN_A.com; 55by zhnupy - Nginx Mailing List - English
hello, I have an nginx/1.0.14 installation with 3 virtual hosts. Each virtual hosts features its own error_log and access_log, problem is: eventhough I have similar log configuration on all virtual hosts either access.log is always empty or error.log is always empty on each virtual hosts. I better explain with facts, this is nginx configuration ( I'm just copying relevant parts please disregarby zhnupy - Nginx Mailing List - English