YAML Format
TOML Format
All Options
Listener
| Option | Type | Default |
|---|---|---|
listen_address | string | "0.0.0.0" |
listen_port | integer | 8080 |
workers | string/int | "auto" |
max_connections | integer | 10000 |
Algorithm
| Option | Type | Default |
|---|---|---|
algorithm | string | "round-robin" |
round-robin, least-connections, ip-hash, random, weighted, power-of-two, fastest-response
Backends
| Option | Type | Default |
|---|---|---|
host | string | required |
port | integer | required |
weight | integer | 100 |
max_connections | integer | 1000 |