-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
If i want to allow upload files greater 1GB i must patch zope.ini and zope.conf inside the container. that is not a handy solution.
i patch the zope.ini in my container image
[server:main]
# set to 3GB upload size
max_request_body_size = 3221225472
and i patch the zope.conf with:
<dos_protection>
form-memory-limit 3GB
form-disk-limit 3GB
form-memfile-limit 4KB
</dos_protection>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels