Centralized fastcgi_cache

Hello,

I use four webs server (nginx + php5-fpm) on each server and loabalanced via keepalived. The memcached server and NFS deportees on different servers.

My problematic lies in the management of fastcgi_cache I can not centralize. This effectively prevents me from using the purge via nginx_helper.

Do you know a method to get to share the RAM cache fastcgi_cache for multiple servers?

Best regards.

@Abdoul

In your case, I will recommend using memcache for page-cache.

fastcgi_cache is good for 1 machine environment.

In multi-server setup, memcache will be better. You can try http://wordpress.org/plugins/wp-ffpc/