Nginx retornando erro 504

1

Estou recebendo um erro 504 do Nginx no meu servidor Ubuntu no qual estou executando o Rails usando o Unicorn.

Quando olho no Nginx error.log.1, vejo:

2014/01/21 18:06:02 [error] 698#0: *2 connect() failed (111: Connection refused) while connecting to upstream...

Quando tentei procurar no Rails production.log, o servidor retornou Killed Quando tentei reiniciar o Unicorn, recebi master failed to start, check stderr log for details

Quando executo df -h , obtenho:

Filesystem      Size  Used Avail Use% Mounted on
/dev/vda         20G  4.1G   15G  22% /

Quando executo df -i , obtenho:

Filesystem      Inodes  IUsed   IFree IUse% Mounted on
/dev/vda       1310720 144242 1166478   12% /

Eu tentei excluir o arquivo production.log e reiniciar o Nginx e o Unicorn. Agora posso reiniciar o Unicorn, mas ainda estou recebendo o erro 504.

Eu também vejo isso no Nginx error.log:

2014/02/09 05:44:55 [error] 2245#0: *23 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 73.187.444.220, server: _, request: "GET /favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:8080/favicon.ico", host: "foo.com"

Por favor, ajude!

    
por yellowreign 09.02.2014 / 06:55

0 respostas