Learn about Centmin Mod LEMP Stack today
Register Now

Nginx Nginx config suggestions

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

  1. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    7:34 PM
    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

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:34 PM
    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