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
Thank you for the fast and extremely helpful response!
Yes, that works quite well. When not setting the variable, the limit defaults to 100M. My issue is solved and this works perfectly. Thank you very much! I think you can merge that or release it with the next version.
I have some .deb files larger than 100 MB. When uploading them, I get back an HTTP error of 413 - Request Entity Too Large
The limit is set in
nginx.conf
of this container (path inside container:/etc/nginx/conf.d/default.conf
):docker-aptly/assets/nginx.conf
Line 15 in 0d840cd
It would be great if that value would be configurable via an environment variable when creating the container.
The text was updated successfully, but these errors were encountered: