Category: Servers

  • Initial Rocky or Alma Linux Server Setup

    Rocky and Alma Linux setup are almost the same and so is the configuration. Here in this guide, we will do some initial Rocky or Alma Linux server setup that will add a solid foundation as well as it will also add a good layer of security. Prerequisite Step 1 – Login as root 1.…

    Read More

  • How to Enable Gzip in Nginx on Ubuntu?

    Website performance is the most critical factor for ranking, user engagement, and much more. Many things make a website faster and one of them is compression. Compressing files not only makes a website faster, but it also reduces your web hosting bills as small files need less bandwidth. If you are using Nginx as your…

    Read More

  • Install and Configure Redis as Object Cache for WordPress

    People are doing a lot to boost their WordPress website’s performance. Many are spending money on buying plugins, many are purchasing pricy hostings and whatnot. Here in this tutorial, I will show you how you can install and configure Redis as an object cache for WordPress. Prerequisites To set up Redis, you need a configured…

    Read More

  • Configure Cache-Control Headers in Nginx

    Cache-control headers are used to define how the resources will be cached. These headers define how and for how long the resources will be saved on the browser so that the browser doesn’t have to fetch the same again and again. Static resources like images, CSS, and Javascript are usually cached using these control headers…

    Read More