You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
37 lines
1.3 KiB
## |
|
## fabio.properties -- Fabio Server Configuration |
|
## |
|
|
|
proxy.addr = \ |
|
127.0.0.1:8080, \ |
|
127.0.0.1:8443;@l_prefix@/etc/x509/example-server.crt.pem;@l_prefix@/etc/x509/example-server.key.pem |
|
|
|
proxy.strategy = rnd |
|
proxy.matcher = prefix |
|
proxy.noroutestatus = 404 |
|
proxy.shutdownwait = 0s |
|
proxy.timeout = 0s |
|
proxy.dialtimeout = 30s |
|
proxy.maxconn = 10000 |
|
|
|
registry.backend = consul |
|
registry.consul.addr = 127.0.0.1:8500 |
|
registry.consul.token = |
|
registry.consul.kvpath = /fabio/config |
|
registry.consul.tagprefix = urlprefix- |
|
registry.consul.register.enabled = true |
|
registry.consul.register.addr = 127.0.0.1:9998 |
|
registry.consul.register.name = fabio |
|
registry.consul.register.tags = |
|
registry.consul.register.checkInterval = 1s |
|
registry.consul.register.checkTimeout = 3s |
|
|
|
metrics.target = |
|
|
|
runtime.gogc = 800 |
|
runtime.gomaxprocs = -1 |
|
|
|
ui.addr = 127.0.0.1:9998 |
|
ui.color = light-green |
|
ui.title = |
|
|
|
|