Fixed terminal proxying/auth

This commit is contained in:
2024-07-07 16:06:49 -03:00
parent 10775aeb11
commit 2ddbda5a4f
4 changed files with 6 additions and 34 deletions

View File

@ -18,11 +18,5 @@ 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
}
}
}
import funkos
}