Remove random stuff from Caddyfile

This commit is contained in:
Roberto Alsina 2024-07-06 11:58:40 -03:00
parent 2c513b34c8
commit 283620f49a

View File

@ -15,13 +15,4 @@ http://*:8888 {
handle_path /admin/* { handle_path /admin/* {
reverse_proxy /* http://127.0.0.1:3000 reverse_proxy /* http://127.0.0.1:3000
} }
}
handle_path /faaso/myfunko/* {
reverse_proxy /* http://faaso-myfunko-kyfo2v:3000 {
health_uri /ping
fail_duration 30s
}
}
}