barcus/bareos

Nginx: 413 – Request Entity Too Large

Closed this issue · 1 comments

For the 1st compose, its needed to access the container bareos-webui and edit /etc/nginx/nginx.conf replacing the following line:

client_max_body_size 1m;
to
client_max_body_size 20m;

Otherwise the user will get nginx error 413

Thank you @leandroaur