Re: fastcgi_cache_key

2017-06-11 Thread Francis Daly
t; > > following line: > > > > > > fastcgi_cache_key "$request_method|$http_if_modified_since| > > > $http_if_none_match|$host|$request_uri"; > > This particular directive sets the value for the cache key for requests > > that might otherwise be handled by a fas

Re: fastcgi_cache_key

2017-06-10 Thread ST
Hi Francis, On Sat, 2017-06-10 at 07:49 +0100, Francis Daly wrote: > On Fri, Jun 09, 2017 at 04:07:31PM +0300, ST wrote: > > Hi there, > > > I try to understand an example configuration and have difficulties with > > following line: > > > >

Re: fastcgi_cache_key

2017-06-09 Thread Francis Daly
On Fri, Jun 09, 2017 at 04:07:31PM +0300, ST wrote: Hi there, > I try to understand an example configuration and have difficulties with > following line: > > fastcgi_cache_key "$request_method|$http_if_modified_since| > $http_if_none_match|$host|$request_uri"; &g

fastcgi_cache_key

2017-06-09 Thread ST
Hello, I try to understand an example configuration and have difficulties with following line: fastcgi_cache_key "$request_method|$http_if_modified_since| $http_if_none_match|$host|$request_uri"; Could somebody, please, explain what does it mean?

Nginx | fastcgi_cache_key $http_cookie for Joomla

2016-08-16 Thread c0nw0nk
So i found the following for Drupal https://forum.nginx.org/read.php?2,220510,220563#msg-220563 http { map $http_cookie $session_id { default ''; ~SESS(?[[:alnum:]]+) $session_guid; } } server { location ~ \.php$ { fastcgi_cache_key $session_cookie$request_method$scheme$host$r