Securing WordPress from Brute Force Attacks by Country Blocking on Nginx
After having looked after a number of WordPress websites over the last 7 years or so it has become apparent that the number of brute…
After having looked after a number of WordPress websites over the last 7 years or so it has become apparent that the number of brute…
Well, after my last tutorial about getting a LEMP server on Ubuntu 11.10 I’m very happy to announce that the process is now a heck…
Sometimes blocking entire swathes of the world is the way to go if you truly want a defense in depth approach on your web apps,…
I’ve written about the very excellent Cloudflare CDN before. It’s a fantastic content delivery network with inbuilt security, I love it. This is another quick…
This will be a very quick and easy example. Sometimes you may need to use Nginx as a front end, webcache, load balancer or front…
I came across a setup using numerous Varnish front end cache servers with one Nginx backend server. All built on Ubuntu machines. It appeared that…
Last time I showed how easy it is to create an SSL request on Nginx, this time I’ll show you how easy it is to…
Creating a CSR to enable you to get an SSL certificate cannot be easier on Nginx especially when you use OpenSSL. SSH onto your Linux…
It feels like I’m installing a WordPress site just about every week, and I’ve put the following together to help me remember how to do…
I’ve been using Apache for a number of years, and recently had to get Nginx working on Ubuntu for a client. There is a good…