Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
[SELF_HOSTING] File Upload Size Limit Increase - Twenty
T
Twenty
•
11mo ago
•
1 reply
blockhead76
[SELF_HOSTING] File Upload Size Limit Increase
I
'm using Nginx as a reverse proxy and have set the upload limit to 512Mb in the Nginx configuration as seen below
:
location
/
{
client
_max
_body
_size 512M
;
proxy
_pass
http://localhost:3000
;
proxy
_set
_header Host
$host
;
proxy
_set
_header X
-Real
-IP
$remote
_addr
;
proxy
_set
_header X
-Forwarded
-For
$proxy
_add
_x
_forwarded
_for
;
proxy
_set
_header X
-Forwarded
-Proto
$scheme
;
}
}
However
, I am unable to upload anything bigger than 100Mb
. What else do I need to change in order to uload files larger than 100Mb
?
Thanks in advance
!
Twenty
Join
Building a modern Open Source CRM, powered by the community
5,801
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to set up Upload File Size Limits
T
Twenty / ❓︱help
13mo ago
worker exception - self hosting
T
Twenty / ❓︱help
16mo ago
Help with Self-hosting
T
Twenty / ❓︱help
2y ago
Poor performance on self-hosting
T
Twenty / ❓︱help
2y ago