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
Consul uses long-polling to allow envconsul "subscribe" to config changes, and due to nginx is used as reverse proxy the connection is being dropped by nginx continuously. Consul have a default wait time for 5 minutes.
I've increased to 10 minutes the nginx timeout for location "/" and the problem is solved.
The text was updated successfully, but these errors were encountered:
Hello,
I've sent a pull request to solve a problem with envconsul.
#200
Consul uses long-polling to allow envconsul "subscribe" to config changes, and due to nginx is used as reverse proxy the connection is being dropped by nginx continuously. Consul have a default wait time for 5 minutes.
I've increased to 10 minutes the nginx timeout for location "/" and the problem is solved.
The text was updated successfully, but these errors were encountered: