From db41cd95f2bb8cac91fd0cf498b82672a8c0b628 Mon Sep 17 00:00:00 2001 From: Seua Polyakov Date: Thu, 19 May 2016 15:27:42 +0300 Subject: [PATCH] Add couple modern proxy. Add traefik and fabio. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4529dec..7aadd8f 100644 --- a/README.md +++ b/README.md @@ -609,6 +609,8 @@ _See https://github.com/Kickball/awesome-selfhosted#xmpp_ * [Lighttpd](http://www.lighttpd.net/) - Web server more optimized for speed-critical environments. * [Nginx](http://nginx.org/) - Reverse proxy, load balancer, HTTP cache, and web server. * [uWSGI](https://github.com/unbit/uwsgi/) - The uWSGI project aims at developing a full stack for building hosting services. + * [Traefic](https://traefik.io/) - modern HTTP reverse proxy and load balancer supports several backends (Docker, Swarm, Mesos/Marathon, Kubernetes, Consul, Etcd, Zookeeper, BoltDB, Rest API, fileā€¦) to manage its configuration. + * [Fabio](https://github.com/eBay/fabio) - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. *Web Performance*