Learn about Centmin Mod LEMP Stack today
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,398
    1,354
    113
    May 25, 2014
    Ratings:
    +2,128
    Local Time:
    7:44 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

    49,877
    11,487
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,839
    Local Time:
    9:44 PM
    Nginx 1.21.x
    MariaDB 10.x
    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