We are moving a service from behind nginx proxies to containers behind fabio. we currently, for some locations, override the default client_max_body_size, and i can't find any reference for what that sort of limit is in fabio, or how i'd override it. I may need to set it as high as 12M (i'd prefer to do that on a per-route basis, but would be willing to do it on a per-listener basis, like the rt and wt options). what is the current limit and is there any way to increase it, if that limit is less than 12M?
We are moving a service from behind nginx proxies to containers behind fabio. we currently, for some locations, override the default client_max_body_size, and i can't find any reference for what that sort of limit is in fabio, or how i'd override it. I may need to set it as high as 12M (i'd prefer to do that on a per-route basis, but would be willing to do it on a per-listener basis, like the rt and wt options). what is the current limit and is there any way to increase it, if that limit is less than 12M?