Make caddy reload reactive on modified file

This commit is contained in:
2024-07-06 21:37:30 -03:00
parent 46ff8fc584
commit de46e9864b
4 changed files with 23 additions and 4 deletions

View File

@ -15,4 +15,12 @@ http://*:8888 {
handle_path /admin/* {
reverse_proxy /* http://127.0.0.1:3000
}
handle_path /faaso/exp/* {
reverse_proxy /* http://faaso-exp-6ne49v:3000 {
health_uri /ping
fail_duration 30s
}
}
}