Welcome! Log In Create A New Profile

Advanced

Re: if-none-match with proxy_cache : properly set headers

Maxim Dounin
May 30, 2013 07:22AM
Hello!

On Thu, May 30, 2013 at 06:41:50AM -0400, kapouer wrote:

> Hi,
> i struggled a little to get nginx to cache 304 responses from backend using
> proxy_cache.
> What happens when configuring proxy_cache is that 304 responses are not
> happening because
> nginx strips If-None-Match request headers. It is a workaround to prevent
> the client from getting
> an empty response event if he did not send If-None-Match in the header.
> A better workaround can be :
>
> proxy_cache_key $http_if_none_match$scheme$proxy_host$request_uri;
>
> So that the cache sends 304 if the header is properly set, and 200 if it
> isn't.
> Of course one has to kill the first workaround :
>
> proxy_set_header If-None-Match $http_if_none_match;
>
> and cache both responses :
>
> proxy_cache_valid 200 304 1h;
>
> Comments welcome.

Normally you shouldn't cache 304 responses from a backend, but
rather cache 200 responses from a backend and let nginx to return
304 by its own. This is how it works by default.

Do you have problems with the default aproach?

--
Maxim Dounin
http://nginx.org/en/donation.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

if-none-match with proxy_cache : properly set headers

kapouer May 30, 2013 06:41AM

Re: if-none-match with proxy_cache : properly set headers

Maxim Dounin May 30, 2013 07:22AM

Re: if-none-match with proxy_cache : properly set headers

neoascetic September 29, 2013 01:19AM

Re: if-none-match with proxy_cache : properly set headers

quoter July 16, 2014 02:14AM

Re: if-none-match with proxy_cache : properly set headers

Maxim Dounin July 16, 2014 09:40AM

Re: if-none-match with proxy_cache : properly set headers

neoascetic September 29, 2013 01:47AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 317
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready