>>Maybe I was doing something else wrong too, 

This is the required format for disabling logging entirely in nginx (I think 
anyway, appears to):

       access_log /tmp/access.log main;
       access_log  off;
       error_log stderr crit;

Reply via email to