This commit is contained in:
Leandro Facchinetti 2022-11-08 19:11:17 +00:00
parent 093635c8e0
commit e8353a1408
1 changed files with 3 additions and 1 deletions

View File

@ -927,7 +927,9 @@ await commander.program
}
reverse_proxy ${application.ports.web
.map((port) => `127.0.0.1:${port}`)
.join(" ")}
.join(" ")} {
lb_retries 1
}
}
handle_errors {
import common