Request Entity Too Large
Added by Sérgio Marques almost 7 years ago
Hi,
Recently I install docker redmine in mariadb and cannot add files, i get the "Request Entity Too Large" error. My search see a lot of people talking about nginx but I think it´s not installed. What can i do?
Thanks
Replies (3)
RE: Request Entity Too Large - Added by Mike Donavan almost 7 years ago
Hi,
You must have a webserver to use Redmine, be it nginx or Apache : search for it !
You have to configure the client max size for uploaded files :
For example in nginx, edit the /etc/nginx/sites-available/default (if default is your active config for Redmine access)
Add the following line :
client_max_body_size 0;
you can replace 0 by 10M (0 is for unlimited size)
RE: Request Entity Too Large - Added by Meiki Neumann almost 5 years ago
Hi,
I have changed the default config file of nginx but the error remains.