Welcome to Centmin Mod Community
Register Now

Master Branch fix recently updated log_format in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Nov 5, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:15 PM
    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 https://github.com/centminmod/centminmod/commit/2cba2af428f608a733eed2d1819073c22c861162#commitcomment-31091676

    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

    nginx: [emerg] unknown "brotli_ratio" variable


    https://github.com/centminmod/centminmod/commit/2cba2af428f608a733eed2d1819073c22c861162#commitcomment-31091676

    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...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.