mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
21 lines
320 B
Caddyfile
21 lines
320 B
Caddyfile
{
|
|
admin off
|
|
}
|
|
|
|
am-d-model.eu {
|
|
reverse_proxy site:3000 {
|
|
health_uri /health
|
|
health_interval 30s
|
|
health_timeout 10s
|
|
health_status 200
|
|
}
|
|
}
|
|
|
|
invenio.am-d-model.eu {
|
|
root /static/* /opt/invenio/var/instance/static
|
|
try_files {path} {path}/ /index.html
|
|
reverse_proxy invenio-rdm:5000
|
|
file_server
|
|
encode gzip
|
|
}
|