Changed caddyfile again

This commit is contained in:
2025-01-24 15:50:43 +00:00
parent a536cf614f
commit 8525b3e8cc

View File

@@ -9,14 +9,18 @@
level DEBUG
}
reverse_proxy /* site:3000 {
health_uri /health
health_interval 30s
health_timeout 10s
health_status 200
@landing {
path / /contact* /about*
}
route /repo/* {
handle @landing {
reverse_proxy site:3000 {
health_uri /health
health_interval 30s
health_timeout 10s
health_status 200
}
}
handle /repo* {
uri strip_prefix /repo
reverse_proxy repo-placeholder:80
}