Mercurial and nginx. Error 10054

When I push the files to the server, after 60 seconds I get "urlopen error [Errno 10054]". I think this is because I click large files. I am using nginx web server with fast cgi process. What nginx parametr is responsible for this 60 second timeout? Or maybe I should look differently?

+4
source share
1 answer

See: http://code.google.com/p/support/issues/detail?id=2716

If you are using the latest TortoiseHg client, just add the below config to your mercurial.ini:

[ui] usehttp2=true 
+8
source

All Articles