mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-05-29 20:26:44 +02:00
bd1078d42e
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
it-tools.{$MAIN_DOMAIN} {
|
|
# Load balance between 2 instances
|
|
reverse_proxy {
|
|
to it-tools0:8080 it-tools1:8080
|
|
lb_policy round_robin
|
|
lb_retries 3
|
|
lb_try_interval 1s
|
|
}
|
|
header {
|
|
import header_common
|
|
}
|
|
}
|