Welcome to Centmin Mod Community
Register Now

Beta Branch fix recently updated log_format in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Oct 30, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:51 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    fix recently updated log_format in 123.09beta01

    For new installs of 123.09beta01 fix error reported at update nginx.conf add additional log_format templates · centminmod/centminmod@2cba2af

    newly added log_format options has one referencing broti_ratio which wouldn't be supported in default installs as ngx_brotli is disabled by default so nginx restarts would get error
    Code (Text):
    nginx: [emerg] unknown "brotli_ratio" variable
    

    update nginx.conf add additional log_format templates · centminmod/centminmod@2cba2af

    This fix moves that additional optional log_format into it's own include file at /usr/local/nginx/conf/log_format_brotli.conf which is commented out by default

    Continue reading...


    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:51 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Existing 123.09beta01 are not affected as this additional log_format named main_extssl isn't auto updated in existing server's /usr/local/nginx/conf/nginx.conf