vagrant-thumbor-base icon indicating copy to clipboard operation
vagrant-thumbor-base copied to clipboard

502 Bad Gateway error upon installation

Open ryanwi opened this issue 9 years ago • 0 comments

After setting up the box and hitting the site on 8888, getting this error

2016/04/12 21:51:35 [error] 1168#0: *18 connect() failed (111: Connection refused) while connecting to upstream, client: 10.0.2.2, server: localhost, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:9003/", host: "localhost:8888"
2016/04/12 21:51:35 [error] 1168#0: *18 connect() failed (111: Connection refused) while connecting to upstream, client: 10.0.2.2, server: localhost, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:9000/", host: "localhost:8888"
2016/04/12 21:51:35 [error] 1168#0: *18 connect() failed (111: Connection refused) while connecting to upstream, client: 10.0.2.2, server: localhost, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:9001/", host: "localhost:8888"
2016/04/12 21:51:35 [error] 1168#0: *18 connect() failed (111: Connection refused) while connecting to upstream, client: 10.0.2.2, server: localhost, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:9002/", host: "localhost:8888"

I don't see any trace of the thumbor servers running on 9000, 9001, 9002 or 9003, so I imagine that's the problem. Where to look next? (thumbor logs, something else?)

ryanwi avatar Apr 12 '16 22:04 ryanwi