Join the community today
Become a Member

Beta Branch add NGINX_LIBBROTLISTATIC variable

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 10, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    2:41 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    What is this static setting for?
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    see GitHub - google/ngx_brotli: nginx module for Brotli compression
    which only enables brotli_static option but not on the fly brotli compression when enabled via
    Code:
    NGINX_LIBBROTLISTATIC=y
    =n enables both brotli_static and brotli on the fly compression
     
  4. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    1:41 PM
    do we need to enable this beside
    NGXDYNAMIC_BROTLI='y'

    NGINX_LIBBROTLI='y'
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes recommended nowadays :)
     
  6. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    1:41 PM
    so the setting will be

    NGXDYNAMIC_BROTLI='y'

    NGINX_LIBBROTLI='y'
    NGINX_LIBBROTLISTATIC='n'
     
  7. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    just
    Code (Text):
    NGXDYNAMIC_BROTLI='y'
    NGINX_LIBBROTLI='y'
     
  8. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+