|
|
|
|
|
by shawabawa3
4579 days ago
|
|
On the github page it says the router sits between nginx and varnish and does: * Reverse proxy, forwarding requests to and serving responses from multiple backend servers on a single domain.
* Redirector, serving HTTP 301 and 302 redirects to new URLs.
* Gone responder, serving HTTP 410 responses for resources that used to but no longer exist.
Does anyone know why they have this as a separate piece of software instead of getting nginx to do it? |
|