Hello,
We use nginx-helper only for the mapping feature, we don't use de cache feature because we use wp-ffpc (memcached).
The purge feature is disable (enable_purge unchecked) on our network, but the "Purge cache" button still appears, confusing our users because it does not actually purge our (memcached) cache.
So we added a condition in includes/class-nginx-helper.php around line 206 to fix this :
Hello,
We use nginx-helper only for the mapping feature, we don't use de cache feature because we use wp-ffpc (memcached).
The purge feature is disable (enable_purge unchecked) on our network, but the "Purge cache" button still appears, confusing our users because it does not actually purge our (memcached) cache.
So we added a condition in includes/class-nginx-helper.php around line 206 to fix this :
It would be cool if this fix could be included in the next releases ? :)
Thank you very much !
Mathieu.
The text was updated successfully, but these errors were encountered: