Join the community today
Register Now

Beta Branch update inc/nginx_configure.inc in 123.09beta01

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

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    6:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update inc/nginx_configure.inc in 123.09beta01


    when you disable lua-nginx-module via ORESTY_LUANGINX='n' in /etc/centminmod/custom_config.inc but have enabled ngx_brotli via
    NGINX_LIBBROTLI='y' in same file, ngx_brotli can not find the libbrotli library file libbrotlienc.so.1

    Code:
    nginx -V
    nginx: error while loading shared libraries: libbrotlienc.so.1: cannot open shared object file: No such file or directory
    
    this commit fixes that combination of settings

    Continue reading...

    123.09beta01 branch
     
  2. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    11:55 AM
    Nginx-1.26.x
    MariaDB 10.6.x
    Does the current latest versions of firefox and chrome support the LIBBROTLI or not yet?
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    6:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    only firefox 44 and higher right now chrome 49 i think is when brotli is supported