This commit is contained in:
parent
093635c8e0
commit
e8353a1408
|
@ -927,7 +927,9 @@ await commander.program
|
||||||
}
|
}
|
||||||
reverse_proxy ${application.ports.web
|
reverse_proxy ${application.ports.web
|
||||||
.map((port) => `127.0.0.1:${port}`)
|
.map((port) => `127.0.0.1:${port}`)
|
||||||
.join(" ")}
|
.join(" ")} {
|
||||||
|
lb_retries 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
handle_errors {
|
handle_errors {
|
||||||
import common
|
import common
|
||||||
|
|
Loading…
Reference in New Issue