I know about your plugin, I'm not talking about that. When I installed my demo site, testing centminmod out, I installed an existing Wordpress site and then stumbled onto -- here somewhere -- something that auto configured the server specifically for existing Wordpress sites, basically it changed default server setup I think, just for Wordpress. Maybe just virtual host setup... can't remember. I know about: Nginx Wordpress Configuration - CentminMod.com LEMP Nginx web stack for CentOS and Wordpress - Revisiting Wordpress Cache Enabler + Autoptimize Plugins For Page Load Speed Optimization Someone may know what I'm talking about and know where it is? I was just browsing through forum threads and came across it, tried it, and it worked pretty well.
not sure what you're talking about ? you can try going through browser history to see if you can search for the forum thread here or via SSH command history = history command lists all past commands you ran so maybe an idea of what you did previously
You're a genius George... found it in history: Added Profile Guided Optimizations To Boost PHP 7 Performance for Wordpress. New it was some auto optimise thing for Wordpress.
When working through the Advanced Nginx Wordpress Configuration + Fastcgi_cache + Nginx Helper Plugin page, it says to ensure /var/cache/nginx exists. Did that via: mkdir -p /var/cache/nginx Do I have to change its owner or permissions as well? Or is default creation permissions ok?