Hello SONce,
S> спасибо. с этим понял. Не подскажете как
S> на перле сгенерировать название?
perl_set $BUBUBU '
sub {
use Digest::MD5 qw(md5_hex);
my $uri = $r->uri;
return md5_hex($uri);
}
';
потом как-то так.
location / {
root /root/to/site;
try_files relative/to/cache/$BUBUBU.html @backend;
}
--
Best regards,
Sergey