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

Glob Matching today has a performance hit when Fabio has a lot of services (>500). This can impact CPU performance significantly. As described in the `performance` section of the vendored...

I'm trying to use the new gRPC proxy from fabio 1.5.11 but I'm having a bit of an issue. My program is written in go and uses the native grpc...

I want to redirect mobile device traffic to another domain. For example www.example.com to m.example.com Is this possible with Fabio?

enhancement

fabio suport add route to a domain?not ip

route.GetTable() return null get /api/routes return null but the client.Agent().Services() return the services

hi, fabio supports tcp, http(s), grpc(s) proxy, it is powerful. Does fabio supports thrift rpc proxy? if not, does it valiable to do so or is it possible to do...

It appears the binary version is to be automatically updated during a release build however with 1.5.13 that line in main.go has not been touched. As it is building from...

Hey @magiconair or @leprechau , it's been awhile since there's been a fabio release. We're getting bitten by the buffering issue fixed in https://github.com/fabiolb/fabio/pull/655 . Can we get a release...

**Forwarded** headers and migration from **X-Forwarded-** are defined in: https://tools.ietf.org/html/rfc7239#section-5.2 Fabio currently (v1.5.12) sets [both headers](https://fabiolb.net/feature/http-headers/), Forwarded and X-Forwarded-Host. The issue is, that `host` is only set in X-Forwarded-Host. **Current**...

Hello, together with fabio we build our url's hierarchically, for example: / -> root application (some kind of dashboard) /api -> dashboard API /sales -> sales application UI /sales/api ->...

enhancement
thinking