How to set up Upload File Size Limits
How can we limit the Size of the Files we can upload to the Application as attachment for a client for example?
Thx
2 Replies
If you self host it, you can define limits in Nginx or Apache
Thanks! I thought it was possible to configure this within the Twenty environment. I've already set the file size limit in Caddy, but I couldn't customize the error message for uploads exceeding the limit. Instead of specifying the file size issue, a generic 403 error appears. I couldn't find where to modify this message.