A simple reverse proxy, intended to enable rolling updates of services behind it ... if you want a big boy reverse proxy look at NGINX or HA PROXY etc.
What this is:
- a simple reverse proxy, that passes a request along to a one of a pool of services
- a simple reverse proxy, that checks if the service is alive regularly and avoids the unavailable
What this is NOT:
- an SSL endpoint
- a replacement for Nginx
- a replacement for HAProxy
- a session aware load balancer
TODO: Write installation instructions here
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it ( https://github.com/johnjansen/yxorp/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- johnjansen John Jansen - creator, maintainer