Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Connection Reset from facebook #30

Open
marlonmantilla opened this issue Jun 10, 2015 · 1 comment
Open

Connection Reset from facebook #30

marlonmantilla opened this issue Jun 10, 2015 · 1 comment

Comments

@marlonmantilla
Copy link

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.

@tehceh
Copy link

tehceh commented Jun 12, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants