You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: