RE: Question on Instance structure.

2022-10-27 Thread jonmcalexander--- via nginx
Thank you! Can anything be setup in the nginx.conf file? Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd |

Re: Question on Instance structure.

2022-10-27 Thread Aleksandar Lazic
Hi. On 27.10.22 19:05, jonmcalexander--- via nginx wrote: I have a question regarding structure. What is the proper configuration of NGINX instances when you want to have multiple configurations of NGINX, but only 1 set of binaries? You can use the '-c' flag to point to another nginx

Re: reverse proxy with mTLS does not send client certificate to upstream

2022-10-27 Thread Aleksandar Lazic
Hi. On 27.10.22 13:56, Andrej van der Zee wrote: Dear, I am trying to setup an TLS auth reverse proxy with proxy_ssl_certificate and proxy_ssl_certificate_key like below: http { server { listen 8080; resolver 8.8.8.8; location ~ /mimir/(.*)$ { proxy_pass

Re: Question on Instance structure.

2022-10-27 Thread Sergey A. Osokin
Hi Jon, hope you're doing well. On Thu, Oct 27, 2022 at 05:05:32PM +, jonmcalexander--- via nginx wrote: > I have a question regarding structure. > > What is the proper configuration of NGINX instances when you want to > have multiple configurations of NGINX, but only 1 set of binaries?

Re: reverse proxy with mTLS does not send client certificate to upstream

2022-10-27 Thread Maxim Dounin
Hello! On Thu, Oct 27, 2022 at 01:56:25PM +0200, Andrej van der Zee wrote: > I am trying to setup an TLS auth reverse proxy with proxy_ssl_certificate > and proxy_ssl_certificate_key like below: > > http { > server { > listen 8080; > resolver 8.8.8.8; > > location ~

Question on Instance structure.

2022-10-27 Thread jonmcalexander--- via nginx
I have a question regarding structure. What is the proper configuration of NGINX instances when you want to have multiple configurations of NGINX, but only 1 set of binaries? Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His

reverse proxy with mTLS does not send client certificate to upstream

2022-10-27 Thread Andrej van der Zee
Dear, I am trying to setup an TLS auth reverse proxy with proxy_ssl_certificate and proxy_ssl_certificate_key like below: http { server { listen 8080; resolver 8.8.8.8; location ~ /mimir/(.*)$ { proxy_passhttps:///$1; proxy_ssl_certificate_key

RE: performance guide for nginx L4 stream

2022-10-27 Thread Reinis Rozitis
> We are using the hey (https://github.com/rakyll/hey) tool to pump 50k > requests per second and are seeing only 40k requests being received on the > backend application side. > Any other tcp configuration that needs to be tuned ? I am not familiar with the tool but per documentation it should

performance guide for nginx L4 stream

2022-10-27 Thread Vishwas Bm
Hi, We are using nginx as L4 with a stream block configured in nginx.conf. I have attached the nginx.conf being used. We are using the hey (https://github.com/rakyll/hey) tool to pump 50k requests per second and are seeing only 40k requests being received on the backend application side. We are