It seems super cache isn't working in selecting 22 in menu and then 3 under Wordpress Caching I've done these: except for 4 since I'm using a different theme it's not making the html files wp-config has this WPCACHEHOME settings easy tab
wp super cache sometimes need disable/turn off and back on a few times hence why i like keycdn cache enabler heh. If that doesn't work, i'll have to investigate
there appears .tmp files but 0 byte inside the cache folder plus there is no wp super cache timestamp in the source tried enabling and disabling too from rtcamp's wp super cache post but the conf of centminmod is
Checked nginx and php logs for clues ? To troubleshoot Nginx and PHP-FPM issues you'd want to check the domain site's vhost access.log and error.log logs located within directory at /home/nginx/domains/yourdomain.com/logs. You can see a full overview at centminmod.com/configfiles.html FAQ item 19 has more info on all Centmin Mod relevant log files locations and how to use tail command to view a sample of the entries. Also post the contents of your site's nginx vhost http /usr/local/nginx/conf/conf.d/yourdomain.com.conf and/or /usr/local/nginx/conf/conf.d/yourdomain.com.ssl.conf in BBCODE CODE tags as outlined at How to use forum BBCODE code tags
Ah ha PHP 7.1.0 still too new haven't tested centmin.sh menu option 22 options against PHP 7.1.0 as yet so your mileage may vary
yep it's 7.1.0 it still works in 7.0.13 but I had to replace this Code (Text): try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php?q=$uri&$args; with rtcamp's Code (Text): try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php ; as the former is not generating html files for internal pages
I have this problem with cache enabler Wordpress - Cache enabler double slash in url bug? | Centmin Mod Community pages in analytics have 2 forward slashes and it goes to the homepage
might help to follow up on my reply Wordpress - Cache enabler double slash in url bug? | Centmin Mod Community
I didn't use centminmod to create the vhost of those wordpress blogs I just copied the config from a vhost that was created using centminmod in a test server so I think doing those commands will just result in not found errors plus the double slash problem was so bad, seo-wise, that I couldn't afford to waste time looking for a solution. I switched to redis cache real quick. but maybe I could recreate it on a test server let's see
if the test server has centmin mod and wp-cli command installed, you can still run the wp commands asked. If wp-cli isn't installed on test server but it's centmin mod based, just run addons/wpcli.sh to install wp-cli command first