Sunil Kumar
Sunil Kumar

Reputation: 3

while uploading heavy images, server takes too much time and then it gives blank page(nginx, rails)

When I upload heavy / more than 6 images, nginx server goes down and it gives blank page. what should I do in this case? Is there any configuration needed for nginx?

Upvotes: 0

Views: 55

Answers (1)

sudhakar
sudhakar

Reputation: 48

Use client_max_body_size 100M; Also increase the timeout.

nginx error log will indicate the root cause. Please check that too

Upvotes: 2

Related Questions