You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set ENV NGINX_MAX_UPLOAD 8m in my Dockerfile but it seems not working because I am not able to upload more than 1MB content. NGINX rejects request saying - Request Entity Too Large.
The text was updated successfully, but these errors were encountered:
If you are still having errors, please create a minimal self-contained example replicating the issue so that I can check it here. Probably just a minimal Dockerfile and a minimal Python app that show the error.
I have set
ENV NGINX_MAX_UPLOAD 8m
in my Dockerfile but it seems not working because I am not able to upload more than 1MB content. NGINX rejects request saying - Request Entity Too Large.The text was updated successfully, but these errors were encountered: