Hi.
Cache is purged correctly on calling /purge/$1
or by flushing all cache trough the module.
I’m using a custom dir and i have in my wp-config this:
define('RT_WP_NGINX_HELPER_CACHE_PATH', '/etc/nginx/fastcgi-cache/');
But, when a new comment is posted and (automatically, trough Akismet) approved, cache is not flushed for that page so comments are not visible.
In log file, i get:
2019-01-13 14:42:56 | INFO | * Blog :: MyBlog ( 1 ).
2019-01-13 14:42:56 | INFO | * Post :: My beautiful page ( 61818 )
2019-01-13 14:42:56 | INFO | * Comment :: 263250.
2019-01-13 14:42:56 | INFO | * Status Changed from to approved
Thanks.