mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
More caddyfile tweaks and added debug logs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user