Reputation: 3
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
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