Compare client/server versions and warn if different

This commit is contained in:
2024-07-06 22:27:34 -03:00
parent 889a5a2955
commit 824c94bebc
10 changed files with 31 additions and 12 deletions

View File

@ -15,12 +15,4 @@ 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
}
}
}