Posted by superfedya on May 29, 2013 at 12:55am
Hi,
Somebody know if ETag/If-None-Match headers works with Nginx?
With Apache I can add this code:
RewriteRule .* - [E=HTTP_IF_MODIFIED_SINCE:%{HTTP:If-Modified-Since}]
RewriteRule .* - [E=HTTP_IF_NONE_MATCH:%{HTTP:If-None-Match}]But how I can do that with Nginx?
Thanks

Comments
I got the answer and don't
I got the answer and don't know how exactly to use it:
http://serverfault.com/questions/511538/nginx-and-if-modified-since-if-n...
Any ideas?