Varnish + Nginx for WordPress is Good?

Yes, it is good, but other options are also good. There is no silver bullet in term of webservers and caching software, if there was everybody would have been using the same tools. It depends both on what are your actual needs and how comfortable are you with managing the tools. For example it might … Read more

Rewrite old post images to https

It’s very primitive method but works in any case; Make a dump from MySQL Open it with text editor or maybe another tool you liked (If your dump is so big, you’ll need a strong computer.) Find all http://example.com, replace with https://example.com and save. Rename/move the old database for backup, import the edited database. Leave … Read more

How to configure nginx for wordpress

Provided info by you is SO huge… so i can only advice. run nginx – it works? goto step 2 run nginx with php, see info.php with phpinfo() insie? goto step 3. run nginx with php and global host rewrite to this index script. It works ? go to step 4. run nginx with php … Read more

Proxy caching WordPress with Nginx

I would recommend starting with the Codex Nginx as mentioned by @Rarst. These two additional links may also provide more guidance on what you’re trying to accomplish. How-to: Nginx as a front-end proxy cache for WordPress Nginx Reverse Cache Proxy