Displaying 1 result from an estimated 1 matches for "log_not_found".
2012 Dec 06
2
pasenger does not start puppet master under nginx
...$fastcgi_script_name;
                include        fastcgi_params;
            }
            # deny access to .htaccess files, if Apache''s document root
            # concurs with nginx''s one
            #
            location ~ /\.ht {
            access_log off;
            log_not_found off; 
                deny  all;
            }
        location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml)$ {
            access_log        off;
            log_not_found     off;
            expires           2d;
        }   
        }
        # Passenger needed for puppet
        passenger_root  /u...