fabio icon indicating copy to clipboard operation
fabio copied to clipboard

Consul Load-Balancing made simple

Results 134 fabio issues
Sort by recently updated
recently updated
newest added

In my setup I would like to have a more complex url rewrite, e.g. ``` localhost:999/my/proxy/path -> service:xxx/totally/different/path ``` If this is already possible I missed it in the documentation....

If a static route exists that changes the weight of a dynamic route but that dynamic route doesn't exist in the initial data fetched from consul when fabio first starts...

The change [Expand ${DC} to consul datacenter](https://github.com/fabiolb/fabio/commit/d1f478fb766d53dbdc091da77feca5686b433735) does not allow the use of "$[a-ZA-Z0-9]" in the source. Those are removed when it is expanded. Example: the consul tag: "urlprefix-/Lookup/ReferenceDataAccess.svc$1" results...

First, sorry for asking user questions here but I couldn't find another way to ask this. # Setup Running Nomad and Consul, fabio as system job on every client node...

Hi, Do you think its possible/makes sense to add an optional ability to rate limit services via fabio? Cheers

enhancement

My setup has most Consul communication happening over a Unix socket, and it looks like [`registry.consul.addr`](https://fabiolb.net/ref/registry.consul.addr/) doesn't work when given a file path or a `unix://` address. Is there a...

I'm struggling with the Forwarded and X-Forwarded-For headers on http traffic passing through Fabio. Our Fabio instances sit behind a Cloudflare style WAF/LB setup and I can see, via tcpdump,...

Hello guys, First I want to thank for this great piece of software - as long time openresty/nginx user, its feels good to not having maintain static custom nginx conf...

Allow dynamic exposure of Connect enabled services (with proxy or native) to clients that do not or can not support Connect themselves. As it is should be the best practice...

enhancement
help wanted
thinking

Hi, It seems that fabio closes open gRPC stream when a route update happens. Also unfortunatelly not sure why i can't set the level to debug: 2020/12/22 00:02:01 [INFO] **Cannot...