Error log: upstream timed out (110: Connection timed out) on Nginx

1

Hello, I use nginx in Ubuntu 14.04

And my script in php is only loading and will not open! After a long time just loading the page, I face this message:

An error occurred.

Sorry, the page you are looking for is currently unavailable.
Please try again later.

If you are the system administrator of this resource then you should check the error log for details.

Faithfully yours, nginx.

I went to see the error.log in this path:

  

/var/log/nginx/nginx_error.log

and shows me the following message:

[error] 2019#0: *1 upstream timed out (110: Connection timed out) 
    while reading response header from upstream, 
    client: x.x.x.x, server: localhost, request: "GET /sistema-10-reais/ HTTP/1.1", 
    upstream: "fastcgi://unix:/var/run/php5-fpm.sock", 
    host: "x.x.x.x.x"
root@meusistema:/var/log/nginx#

Where x.x.x.x is my IP.

    
asked by anonymous 30.09.2015 / 03:38

0 answers