solutions for a webserver dedicated to manage permissions/ACL and (reverse) proxying API servers?
- by giohappy
I'm considering various layouts to expose various HTTP API services (running on their own differents servers) through a frontend server dedicated to manage permissions on behalf of the API services.
I've considered various options, from the classical ones like Nginx, Apache, etc. to HAProxy, passing by the various Python webserver solutions like…