Disable HTTP 304 response

Igor Katson descentspb at gmail.com
Tue Oct 20 13:39:47 MSD 2009


Maxim Dounin wrote:
> 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
> 

Thanks a lot, Maxim!





More information about the nginx mailing list