Get the most out of your Centmin Mod LEMP stack
Become a Member

Nginx Nginx cache by default or not?

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by pamamolf, Feb 24, 2015.

Tags:
  1. pamamolf

    pamamolf Well-Known Member

    4,022
    421
    83
    May 31, 2014
    Ratings:
    +816
    Local Time:
    1:11 PM
    Nginx-1.17.x
    MariaDB 10.3.x
    Hi

    Does Nginx cache data by default installation?

    I am not talking about zend cache or memcache .... just for nginx web cache.....
    Static files.....

    Thanks

     
  2. eva2000

    eva2000 Administrator Staff Member

    50,479
    11,664
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,089
    Local Time:
    8:11 PM
    Nginx 1.25.x
    MariaDB 10.x
    For static files only cache is browser level caching set via expires headers for Centmin Mod's Nginx build via /usr/local/nginx/conf/staticfiles.conf includes file but no Nginx cache itself.

    Default Nginx from other install methods like YUM and other OS distributions do not set expires headers for static files by default though.