Re: NGINX Plus trial and HA with keepalived in active-active mode

2022-01-12 Thread Fabiano Furtado Pessoa Coelho
Oh.. sorry to bother this mailing list! I will check this portal out. Thanks. On Wed, Jan 12, 2022 at 5:48 PM Sergey A. Osokin wrote: > > Hi Fabiano, > > hope you're doing well these days. > > This mailing list is focused on NGINX OSS distribution. > > For commercial support I'd recommend to ra

Re: NGINX Plus trial and HA with keepalived in active-active mode

2022-01-12 Thread Sergey A. Osokin
Hi Fabiano, hope you're doing well these days. This mailing list is focused on NGINX OSS distribution. For commercial support I'd recommend to raise a support ticket on MyF5 portal, https://my.f5.com/ Thank you. -- Sergey A. Osokin On Wed, Jan 12, 2022 at 05:00:35PM -0300, Fabiano Furtado Pes

NGINX Plus trial and HA with keepalived in active-active mode

2022-01-12 Thread Fabiano Furtado Pessoa Coelho
Hi... I'm trying to configure keepalived in active-active mode, using 2 nodes, based on the official documentation https://docs.nginx.com/nginx/admin-guide/high-availability/ha-keepalived-nodes/, but the environment became unstable. The TCP connection is closing all the time and I don't know what'

Re: Variable “set” in map with an Header Value was lost when we delete the header.

2022-01-12 Thread Maxim Dounin
Hello! On Wed, Jan 12, 2022 at 12:44:34PM -0500, podzol33 wrote: > We have an responseHeader with technical information sent by the upstream > server tomcat. > We want to log this information in nginx and delete the header to avoid to > be visible in the response Header to the client. > > log_fo

RE: Variable “set” in map with an Header Value was lost when we delete the header.

2022-01-12 Thread Reinis Rozitis
> We have an responseHeader with technical information sent by the upstream > server tomcat. > We want to log this information in nginx and delete the header to avoid to be > visible in the response Header to the client. > > more_clear_headers 'Container-Id'; This seems to be a third-party modul

Variable “set” in map with an Header Value was lost when we delete the header.

2022-01-12 Thread podzol33
Hello, We have an responseHeader with technical information sent by the upstream server tomcat. We want to log this information in nginx and delete the header to avoid to be visible in the response Header to the client. log_format formatjson escape=json '{ '"tomcat_container_id": "$TOMCAT_CO