nGinx Uploads
Do you need to allow uploads? I remember Apache had an allow uploads:Yes / No option.
Does nginx have this function?
Should it allow uploads automatically or is there something I need to configure somewhere.
Thanks,
Dave
4 Replies
You might also need to add something like the following to your nginx configuration, in case the default doesn't allow large requests:
client_max_body_size 32M;
Thanks,
Dave
Thanks all the same
Dave