$skip_cache define home page

carnagel nginx-forum at nginx.us
Wed Apr 1 23:41:57 UTC 2015


Francis Daly Wrote:
-------------------------------------------------------
> On Sun, Mar 22, 2015 at 06:35:31AM -0400, carnagel wrote:
> 
> Hi there,
> 
> > I understand how to skip cache on cookies, POST, query strings, urls
> > containing string etc
> 
> How do you skip cache on urls containing strings?

# Don't cache uris containing the following segments
	if ($request_uri ~*
"/wp-admin/|/xmlrpc.php|wp-.*.php|/feed/|index.php|sitemap(_index)?.xml") {
		set $skip_cache 1;
	}   



> 
> > But how do you define the home page itself in $skip_cache please?
> 
> What url or urls is "the home page"?

the root website page http://www.mysite.com/

> 
> 	f
> -- 
> Francis Daly        francis at daoine.org
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx



I guess another way of asking my question "How do I define bypass fastcgi
cache on a page with no url string, ie: the root website page?"

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257535,257806#msg-257806



More information about the nginx mailing list