M
M
maxyc webber2014-04-08 12:30:27
Nginx
maxyc webber, 2014-04-08 12:30:27

Nginx+php5-fpm - why are no errors shown?

In any case, be it a fatal error or just a warning - nginx returns 404
display_errors = on
The logs are empty.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
shagguboy, 2014-04-08
@shagguboy

see error.log of FPM itself

U
Umkus, 2014-07-04
@Umkus

Perhaps the problem is in fastcgi_intercept_errors. And that nginx can't find the custom error page (500?). Look in src/nginx-bp/enable/errors.conf and make sure fastcgi_intercept_errors is set to "off".

M
maxyc webber, 2014-04-08
@MyNameIsSylor

besides the child is running and the service information is empty.

M
maxyc webber, 2014-04-08
@MyNameIsSylor

costs nginx-boilerplate as configs

M
Marat, 2014-04-08
@Xakki

Several times I have already encountered a similar problem, it was solved by increasing the size of the buffers

fastcgi_buffers 16 64k;
fastcgi_buffer_size 64k;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question