Attempt to fix large file uploads

This commit is contained in:
2025-08-20 11:07:55 +01:00
parent 988f40eab0
commit 5dfe3d77db
3 changed files with 21 additions and 4 deletions
+9
View File
@@ -12,6 +12,15 @@ am-d-model.eu {
}
invenio.am-d-model.eu {
request_body {
max_size 1TB
}
timeouts {
read_body 1h
read_header 10s
write 1h
write 1h
}
root /static/* /opt/invenio/var/instance/static
try_files {path} {path}/ /index.html
reverse_proxy invenio-rdm:5000