Nginx not logging errors...

X3 Sphere lists at ruby-forum.com
Wed Feb 4 08:31:04 MSK 2009


Ilan Berkner wrote:
> I don't see an immediate issue with it, but I just don't think that 
> Nginx is
> the problem in terms of php errors.  What about permissions on the error
> directory?

The permissions are correct, I have both the access and error logs in 
the same directory. The access logs are being written to so no problem 
there.

Is there anything I should add to the FastCGI section in nginx.conf?

        location ~ \.php$ {
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME 
/srv/www/nginx/domain.com/http$fastcgi_script_name;
            include        fastcgi_params;
        }

-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list