More caddyfile tweaks and added debug logs

This commit is contained in:
2025-01-24 15:16:05 +00:00
parent 548e6a0c8a
commit a536cf614f

View File

@@ -3,9 +3,10 @@
}
(site) {
route /repo/* {
uri strip_prefix /repo
reverse_proxy repo-placeholder:80
log {
output stderr
format console
level DEBUG
}
reverse_proxy /* site:3000 {
@@ -14,6 +15,11 @@
health_timeout 10s
health_status 200
}
route /repo/* {
uri strip_prefix /repo
reverse_proxy repo-placeholder:80
}
}
:80 {