Hello! I want to disable nginx returning a 304 response to the client, as I am interested in a higher amount of bandwidth coming through my site. In Apache i did that by removing the if-modified-since request header, but I can't find an alternatinve in nginx. Is there any? Thanks in advance, Igor Katson.