Reputation: 3867
When trying to download a file with wget or curl from my server, it closes the connection after 1-2s (but some data were downloaded correctly)
Restarting doesn't do anything and keep-alive is enabled...
Upvotes: 0
Views: 362
Reputation: 3867
Check available disk space, maybe nginx tries to write some kind of cache and because it can't, it close the connection
Upvotes: 1