Disable HTTP 304 response

Maxim Dounin mdounin at mdounin.ru
Tue Oct 20 13:34:35 MSD 2009


Hello!

On Tue, Oct 20, 2009 at 12:19:18PM +0400, Igor Katson wrote:

> 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?

if_modified_since off;

http://wiki.nginx.org/NginxHttpCoreModule#if_modified_since

Maxim Dounin





More information about the nginx mailing list