hl037_
hl037_

Reputation: 3867

Why is my nginx server keeping closing the connection

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

Answers (1)

hl037_
hl037_

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

Related Questions