W3Total Cache problem with Nginx [closed]
Your main configuration file at /etc/nginx/nginx.conf has some pitfalls and it shouldn’t be that complex. Let me share a simpler version for you to start with… server { server_name www.yourdomain.com; # please replace the root path # ex: /srv/www/mysite.com/public_html root /path/to/wordpress/installation; index index.php; # please update the path to W3 Total Cache’s configuration # ex: … Read more