mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
22 lines
251 B
Caddyfile
22 lines
251 B
Caddyfile
{
|
|
admin off
|
|
}
|
|
|
|
(site) {
|
|
reverse_proxy site:3000 {
|
|
health_uri /health
|
|
health_interval 30s
|
|
health_timeout 10s
|
|
health_status 200
|
|
}
|
|
}
|
|
|
|
:80 {
|
|
import site
|
|
}
|
|
|
|
am-d-model.eu {
|
|
tls internal
|
|
import site
|
|
}
|