Hi all,
For the last week, for no apparent reason, our interface of web password storage service has stopped working, and could see on the logs that the error is 413 - Entity too large.
This website is behind a proxy using nginx, and the problem would come from the nginx config file which limits the size.
I've tried adding the following lines into the nginx config file, both in http and server sections :
client_max_body_size 2M
client_max_body_size 4M
client_max_body_size 100M
But there's no change whatsoever.
Would you have any idea on how to fix error 413 ?
Thank you