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

2022-01-14 Thread podzol33
Thans you very well for your response. In fact, it works with log_format formatjson escape=json '{ '"tomcat_container_id": "$upstream_http_container_id" }'; proxy_hide_header Container-Id; define in my vhost configuration. I have the log AND the header deleted in the browser client. Posted at Ngi

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