8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
|
handle_path /faaso/hello/* {
|
|
reverse_proxy /* http://faaso-hello-9zth8p:3000 {
|
|
health_uri /ping
|
|
fail_duration 30s
|
|
}
|
|
}
|
|
|