I comment this lines in wfCache.php:
/*if(strrpos($uri, '/') !== strlen($uri) - 1){ //must end with a '/' char.
return false;
}*/
and in my inginx conf:
#Only cache URL's ending in /
#if ($request_uri !~ /$) {
# set $wordfenceCacheOn 0;
#}
All is working.
Hello!
The strange behavior of the caching system.
This problem has been known for more than one year:
https://ww.wp.xz.cn/support/topic/caching-urls-without-trailing-slash-nginx/
Many people use the links without the end slash. Please make Falcon flexible. This is a very fast system based on nginx, many will install your product for that stack.
Where can I read about FB580?