Tried to fix caddy config

This commit is contained in:
2025-08-20 11:30:27 +01:00
parent 813d440f6a
commit 6159645bc6

View File

@@ -2,6 +2,13 @@
admin off
}
timeouts {
read_body 1h
read_header 10s
write 1h
write 1h
}
am-d-model.eu {
reverse_proxy site:3000 {
health_uri /health
@@ -15,12 +22,6 @@ 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