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

On backend server when I inspect RemoteAddr I get address of server that fabio is running on. Can fabio log those requests so I can get them there? Thanks.

Fabio failed to create the entire route table because one of the manual override rule referenced to a nonexistent service. This was working on version 1.3.5 and stopped on version...

bug

Seems that in the property file(fabio.properties) the documentation is with I capital letter but in the code it's used the one with i lower case....

Hi, I'm trying to use fabio as a proxy for gRPC, but there seems to be an issue with the rpc calls that return a stream. In this scenario the...

I'm having trouble verifying the signature of the 1.5.11 build. ```bash gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D8B19A29317E92E470D7CD67021E03CADDA53977 FABIO_URL=https://github.com/fabiolb/fabio/releases/download FABIO_GO_VERSION=1.5.11-go1.11.5 FABIO_VERSION=${FABIO_GO_VERSION%-*} # Strip -go suffix curl -LO ${FABIO_URL}/v${FABIO_VERSION}/fabio-${FABIO_GO_VERSION}-linux_amd64 curl -LO ${FABIO_URL}/v${FABIO_VERSION}/fabio-${FABIO_GO_VERSION}.sha256 curl...

When using the below global redirect for http to https, the routing for gRPC services (on port 8888) fails, seemingly because the global redirect route also catches whatever comes in...

Is it possible to plug some distributed tracing system (like Zipkin) directly to fabio (like for Linkerd) ? If not how it is better to implement this ?

enhancement

Is it possible that GRPC proxy support authority route, just like nginx. https://github.com/grpc/grpc/issues/14900

So lets say you have these routes: service a (urlprefix-example.com/a) service b (urlprefix-/) service c (urlprefix-carl.example.com/) It would be very handy to have the ui show me which route will...

## Problem Description I'm trying to serve the Fabio UI behind an nginx reverse proxy with a URL prefix of `/fabio`. This means i would like the URL of the...