Open marlonmantilla opened 9 years ago
To elaborate on this, ember-prerender closes the connection early to the client from remote sockets but not from local ones. To work around the problem, we had to deploy nginx as a reverse proxy in concert with our prerender instance, on the same machine. Typically we roll out HAProxy at our edge, so this is a bit more overhead to get things working.
Hey guys, I've setup ember-prerender in an nginx server and for some reason I get
Curl Error : RECV_ERROR Recv failure: Connection reset by peer
Is there anything else I have to do from nginx side ? I manage to setup ember prerender locally.