I have setup nginx-proxy in front of my Flask app.
The app allows people to upload short video clips.
However, I get the following error when doing so:
413 Request Entity Too Large
Is there any way to increase nginx limit?
I RTFM, solved by mounting custom config into /etc/nginx/vhost.d/default.
Most helpful comment
I RTFM, solved by mounting custom config into
/etc/nginx/vhost.d/default.