mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-02-15 13:13:26 +00:00
26 lines
293 B
Caddyfile
26 lines
293 B
Caddyfile
{
|
|
admin off
|
|
}
|
|
|
|
(site) {
|
|
reverse_proxy site:3000 {
|
|
health_uri /health
|
|
health_interval 30s
|
|
health_timeout 10s
|
|
health_status 200
|
|
}
|
|
}
|
|
|
|
:80 {
|
|
import site
|
|
}
|
|
|
|
http://am-d-model.eu {
|
|
import site
|
|
}
|
|
|
|
am-d-model.eu {
|
|
tls internal
|
|
import site
|
|
}
|