Re: Sending basic auth to "backend" servers

2016-05-27 Thread jrhodes
Just one follow up question after some testing. Is there a way to split on a per request basis? So say 10 backend servers each with unique authorisation headers set up, then have each single incoming request RR to each: Incoming http request 1 -> backend1 Incoming http request 2 -> backend2 Incom

Re: Normal memory usage for SSL terminating, reverse proxy nginx?

2016-05-27 Thread Maxim Dounin
Hello! On Fri, May 27, 2016 at 03:15:25AM -0400, onecrazymonkey wrote: > It has been a difficult topic to research. The nginx instance is doing > nothing more than what the subject stated. It reverse proxies to a backend, > load balanced set of web app instances and terminates SSL for a large num

Normal memory usage for SSL terminating, reverse proxy nginx?

2016-05-27 Thread onecrazymonkey
It has been a difficult topic to research. The nginx instance is doing nothing more than what the subject stated. It reverse proxies to a backend, load balanced set of web app instances and terminates SSL for a large number of unique domains each with their own SSL cert. Here's a `ps aux` of nginx