Hey Everyone,
Hoping to get some help, as there doesn't seem to be much support in the Google docs regards the NGINX configuration when running an app in Google App Engine.
My app is running fine, but I get this 413 error when I try and upload an audio file (.wav or .mp3).
"413 Request Entity Too Large -- nginx "
My app is running Django, with Cloud PostSQL and Cloud Storage enabled.
I researched the error, and it seems I can set an NGINX config setting "client_max_body_size 20M" but like I said, there is no documentation regaring how to manually config NGINX on deploy.
Does anybody have any idea what is going on? Any suggestions?