Want more timely Centmin Mod News Updates?
Become a Member

Wordpress Nginx Helper Wordpress Plugin

Discussion in 'Blogs & CMS usage' started by Peter Downey, Jun 21, 2014.

  1. Peter Downey

    Peter Downey Member

    64
    24
    8
    May 28, 2014
    Ratings:
    +27
    Local Time:
    10:32 AM
    Is anyone using this plugin with their WordPress installations? Does it work with WP Super Cache or would it conflict with it?

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,068
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    1:32 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I believe this was covered and resolved on Google+ Community eventually at https://plus.google.com/109009888682501916623/posts/8hAhkwCNfVW and https://plus.google.com/111722066224260041853/posts/CKuNy865DyZ

    But it's for fastcgi_cache only I think http://wordpress.org/plugins/nginx-helper/

    Nginx helper plugin has a hard coded path to fastcgi_cache_path which is /var/run/nginx-cache which differs from my configuration /var/cache/nginx outlined a thttp://centminmod.com/nginx_configure_wordpress.html#fastcgicache - see first FAQ question at https://github.com/rtCamp/nginx-helper. You can try adding a line in wp-config.php like below:
    Code:
    define( 'RT_WP_NGINX_HELPER_CACHE_PATH','/var/cache/nginx');
    
    and see if that works

    Updated instructions at http://centminmod.com/nginx_configure_wordpress.html#nginxhelper
     
    Last edited: Jun 21, 2014