mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-09-11 19:53:42 +02:00
11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
{$SCHEME}://cyberchef.{$MAIN_DOMAIN} {
|
|
import authelia_middleware
|
|
# Load balance between 2 instances
|
|
reverse_proxy {
|
|
to cyberchef0:8000 cyberchef1:8000
|
|
lb_policy round_robin
|
|
lb_retries 3
|
|
lb_try_interval 1s
|
|
}
|
|
}
|