<div dir="auto">Hi All,<div dir="auto"><br></div><div dir="auto">We have Nginx in front of our Application server. We would like to disable caching for html files.</div><div dir="auto"><br></div><div dir="auto">Sample config file:</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">location /abc/ {</div><div dir="auto">         proxy_pass <a href="http://127.0.0.1:8080">http://127.0.0.1:8080</a>;</div><div dir="auto">    }</div></div><div dir="auto"><br></div><div dir="auto">We noticed few html files get stored in Chrome local disk cache and would like to fix this issue. Can anybody help, thanks</div></div>