<div dir="ltr">Thanks for your promot response.<div><br></div><div><div>   location /xxxxx {</div><div><br></div><div><span class="" style="white-space:pre">   </span>error_log /var/log/nginx/contenttroubleshooterror.log debug;</div><div><span class="" style="white-space:pre">       </span>#chunked_transfer_encoding off;<br></div><div><span class="" style="white-space:pre">  </span>#proxy_http_version 1.1;</div><div><span class="" style="white-space:pre">   </span>#proxy_buffering on;</div><div><span class="" style="white-space:pre">       </span>#proxy_pass_header Content-Length;</div><div>      </div><div><span class="" style="white-space:pre">        </span>proxy_pass <a href="http://tomcat:8080/xxxxx">http://tomcat:8080/xxxxx</a>;</div><div><br></div><div><span class="" style="white-space:pre"> </span>    proxy_cache my_cache;</div><div><br></div><div><span class="" style="white-space:pre">       </span>    # Adding a header to see the cache status in the browser</div><div><span class="" style="white-space:pre">     </span>    add_header X-Cache-Status $upstream_cache_status;</div><div><span class="" style="white-space:pre">    </span>#<span class="" style="white-space:pre"> </span>sub_filter_last_modified on;</div><div><span class="" style="white-space:pre">       </span>#add_header 'Content-Length' $upstream_http_content_length;</div><div><span class="" style="white-space:pre">        </span>#add_header 'Content-Length' 12312;</div><div><br></div><div><span class="" style="white-space:pre">       </span>    proxy_cache_key "$scheme$request_uri $http_x_seneca_uid";</div><div><span class="" style="white-space:pre">  </span>    proxy_cache_min_uses 1;</div><div><span class="" style="white-space:pre">      </span>    proxy_cache_valid 200 302 120m;</div><div><span class="" style="white-space:pre">      </span>    proxy_cache_valid 404 1m;</div><div><span class="" style="white-space:pre">    </span>    proxy_cache_use_stale error timeout invalid_header http_500 http_502 http_503 http_504;</div><div><span class="" style="white-space:pre">      </span>  }<br></div></div><div><br></div><div><br></div><div>don't know how to do it.  Could you please let me know, how to add header forcefully.</div><div>like <span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;color:rgb(34,36,38);font-size:13px;background-color:rgb(238,238,238)">add_header 'Content-Length' $upstream_http_content_length;</span></div><div><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;color:rgb(34,36,38);font-size:13px;background-color:rgb(238,238,238)"><br></span></div><div><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;color:rgb(34,36,38);font-size:13px;background-color:rgb(238,238,238)">somehow,</span></div><div><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit;color:rgb(34,36,38);font-size:13px;background-color:rgb(238,238,238)"><br></span></div><div><pre style="margin-top:0px;margin-bottom:1em;padding:5px;border:0px;font-size:13px;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;word-wrap:normal;color:rgb(34,36,38);background-color:rgb(238,238,238)"><code style="margin:0px;padding:0px;border:0px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit">add_header 'Content-Length' 12312312 </code></pre><pre style="margin-top:0px;margin-bottom:1em;padding:5px;border:0px;font-size:13px;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;word-wrap:normal;color:rgb(34,36,38);background-color:rgb(238,238,238)"><code style="margin:0px;padding:0px;border:0px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit">Static value is working fine. But at the moment, i replaced it from upstream_http_content_length</code></pre><pre style="margin-top:0px;margin-bottom:1em;padding:5px;border:0px;font-size:13px;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;word-wrap:normal;color:rgb(34,36,38);background-color:rgb(238,238,238)"><code style="margin:0px;padding:0px;border:0px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit">it did not work. Any Luck</code></pre></div><div><br></div><div class="gmail_extra"><br></div></div>