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