Trying new caddy config

This commit is contained in:
2025-01-24 15:13:10 +00:00
parent 0a849d728b
commit 6518570329

View File

@@ -3,17 +3,17 @@
} }
(site) { (site) {
reverse_proxy site:3000 { route /repo/* {
uri strip_prefix /repo
reverse_proxy repo-placeholder:80
}
reverse_proxy /* site:3000 {
health_uri /health health_uri /health
health_interval 30s health_interval 30s
health_timeout 10s health_timeout 10s
health_status 200 health_status 200
} }
route /repo/* {
uri strip_prefix /repo
reverse_proxy repo-placeholder:80
}
} }
:80 { :80 {