Tag: Nginx

  • 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

  • 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

  • Enable and Configure FastCGI Cache in Nginx for WordPress

    FastCGI is deadly fast and more than 60% of the websites use this to sky rocket the performance of their websites. With this tutorial you will learn how you can Enable and Configure FastCGI Cache in Nginx for WordPress. So, let’s get going. To implement FastCGI cache we need a user with sudo privilege LEMP,…

    Read More

  • Initial Ubuntu 22 Server Configuration for Nginx

    As you get your new ubuntu server ready, there are certain initial configurations that you must do. These configurations will add initial level of security and will setup a solid foundation for your web server. After Initial Ubuntu Server Configuration for Nginx, you can Configure Nginx, MariaDB, PHP 8.1 (LEMP Stack) which you can use…

    Read More