Discover Centmin Mod 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,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    10:24 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

    53,248
    12,117
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,655
    Local Time:
    12:24 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