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

Nginx Nginx config suggestions

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by rdan, Nov 4, 2018.

  1. rdan

    rdan Well-Known Member

    5,449
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    4:31 AM
    Mainline
    10.2
    Asper this article: Results of experimenting with Brotli for dynamic web content


    I think it's better to follow Cloudflare :)
    Code:
    #For Brotli
    brotli_min_length 64000;
    brotli_comp_level 5;
    
    #For nginx.conf
    gzip_comp_level 8; # Only when using Cloudflare Zlib
    
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,158
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    6:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    indeed that does make more sense :)

    going to change it to brotli_min_length 65536; when centminmod 123.09beta01 updated version does nginx centmin.sh menu option 4 recompiles