backflow icon indicating copy to clipboard operation
backflow copied to clipboard

A dynamic reverse proxy server

Results 9 backflow issues
Sort by recently updated
recently updated
newest added

The host header in the request determines which URL the client expects to be talking to. But the code just routes to any of the configured backend URLs. I would...

When an existing proxy is removed are current connections to it immediately terminated or are they allowed to complete?

I'm having the title's error constantly, but I have no idea to what problem it can be... can someone give me directions?

In addition to round-robin policy could support hashing based, least connections, random.

Discover docker containers on the same host and add routes to them

Add Http/2 support and config

Allow hosting static files on some path

A USR2 signal should reload the proxy without restart and pick up new configuration options

Currently all requests are proxied to a list of backends. Sometimes we want different paths to route to different backends. For example - /api -> api1.example.com api2.example.com - /web ->...