Description
Hi,
We recently added this plugin to our services and had no issues until we tried to upload a large file, upon which we were getting the error body max limit reached: http: request body too large
It took quite some googling to find out that it was the default value of this plugin causing the problem, especially considering that Traefik themselves has stated that there is no hard coded limits in Traefik.
This changes their default from no limit to a pre-set limit which, while configurable, is too low for todays modern web application requests in the enterprise, wherein docker images and other files that are passed into an API for automation purposes are hundreds of MB.
It would be appreciated if this plugin were to follow more closely with upstream Traefik's defaults by raising the maxBodyLimit default value to at least 1GB.