Re: NGINX load balancing - Proxy

2022-02-16 Thread Carlos Renato
Hi Francis, thanks you! Em ter., 15 de fev. de 2022 às 13:49, Francis Daly escreveu: > On Tue, Feb 15, 2022 at 12:31:06PM -0300, Carlos Renato wrote: > > Hi there, > > > This what I get when trying to start NGINX with the simplified file. > > > > [root@prox

Re: NGINX load balancing - Proxy

2022-02-15 Thread Carlos Renato
e fev. de 2022 às 12:25, Josef Vybíhal escreveu: > Seems to me, that you are not using stream{} module as noted by > Francis, and you are still putting server block to http{}. If not, > post nginx -T > J. > > On Tue, Feb 15, 2022 at 4:17 PM Carlos Renato wrote: > >

Re: NGINX load balancing - Proxy

2022-02-15 Thread Carlos Renato
of the client in the proxy. proxy_set_header X-Real-IP $remote_addr; Any tips? Thank You. Em ter., 15 de fev. de 2022 às 11:16, Francis Daly escreveu: > On Tue, Feb 15, 2022 at 10:29:50AM -0300, Carlos Renato wrote: > > Hi there, > > > My file is like this. > >

Re: NGINX load balancing - Proxy

2022-02-15 Thread Carlos Renato
v. de 2022 às 10:05, Francis Daly escreveu: > On Tue, Feb 15, 2022 at 08:38:07AM -0300, Carlos Renato wrote: > > Hi there, > > > Hello, I would like to use NGINX to balance traffic between two McAfee > > (standalone) proxy. > > nginx as a server will listen for

Re: NGINX load balancing - Proxy

2022-02-15 Thread Carlos Renato
t; > hope you're doing well. > > On Mon, Feb 14, 2022 at 11:08:53PM -0300, Carlos Renato wrote: > > Hey guys, > > > > Can someone help me? I'm using NGINX to direct connections to two Proxy > > servers. > > > > I did a simple setup. > >

NGINX load balancing - Proxy

2022-02-14 Thread Carlos Renato
Hey guys, Can someone help me? I'm using NGINX to direct connections to two Proxy servers. I did a simple setup. upstream webgateway { server 192.168.239.151:9090; server 192.168.239.152:9090; } server { listen 81; server_name proxy.lab.local; location / { proxy_pass h

Re: SecRequestBodyAccess Modsecurity

2019-04-16 Thread Carlos Renato
> > If that is not the case, please, tell us more about your setup. > > Br., > Z. > > > > > On Mon, Apr 15, 2019 at 7:22 PM Carlos Renato wrote: > >> Hello everyone, can anyone help me? >> >> I recently compiled NGINX with Modsecurity and noticed tha

SecRequestBodyAccess Modsecurity

2019-04-15 Thread Carlos Renato
Hello everyone, can anyone help me? I recently compiled NGINX with Modsecurity and noticed that if I keep "On", the SecRequestBodyAccess parameter, I have problems with the POST method. If I keep the parameter as Off, access normally occurs. Does anyone have NGINX with Modsecurity and the SecReq