<p>Hi,<br>
I'm using nginx proxy pass to cache content of our dynamic web application.</p>
<p>In order to save some bandwidth our client application uses conditional requests based on ETag. However nginx ignores the ETag of cached pages :(</p>
<p>What would be required if I want to honor the ETag of cached pages? Is something that can be achieve by means of configuration? or I would need to write an nginx module in C?</p>
<p>Thanks!<br></p>
<p>-- <br>
Marc</p>