nginx cache

  • How to cache static content on Nginx?

    How to cache static content on Nginx?

    Here in this post I’ll show you how to cache static content or files on Nginx. If you are not caching static content yet, tune it now, you’ll gain more speed just doing it. I’m assuming that you know the configuration directories and files of nginx and we can set the parameters in an http […]

  • How to Configure FastCGI Cache with Nginx?

    How to Configure FastCGI Cache with Nginx?

    Nginx has obtained traction from webmasters due to its low-resource and high-performance feature. Although the default configuration of Nginx is already optimized for all the basic workloads; still you can take it to the next level by setting up a server-side cache. Our Previous Tutorials: How to Install LEMP (Linux, Nginx, MariaDB, PHP) on Debian […]