mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Aligned file handling settings between S3, API, and Caddy
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
admin off
|
||||
}
|
||||
|
||||
|
||||
am-d-model.eu {
|
||||
reverse_proxy site:3000 {
|
||||
health_uri /health
|
||||
@@ -18,7 +17,11 @@ invenio.am-d-model.eu {
|
||||
}
|
||||
root /static/* /opt/invenio/var/instance/static
|
||||
try_files {path} {path}/ /index.html
|
||||
reverse_proxy invenio-rdm:5000
|
||||
reverse_proxy invenio-rdm:5000 {
|
||||
transport http {
|
||||
response_header_timeout 5m
|
||||
}
|
||||
}
|
||||
file_server
|
||||
encode gzip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user