Want to subscribe to topics you're interested in?
Become a Member

Beta Branch update nginx build tag to display ngx_brotli commit tag in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 18, 2020.

  1. eva2000

    eva2000 Administrator Staff Member

    53,209
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    8:05 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update nginx build tag to display ngx_brotli commit tag in 123.09beta01


    - update nginx build tag info to display ngx_brotli module's google/ngx_brotli last commit tag if available when you enable NGINX_LIBBROTLI='y' to enable Nginx Google Brotli support via ngx_brotli nginx module. This allows you to easily see what version of ngx_brotli was built with Centmin Mod Nginx comparing it to ngx_brotli commit history at google/ngx_brotli.
    - For instance when you run nginx -V after centmin.sh menu option 4 re-run with this commit update, the output would be like below where (170420-163956-centos7-b23bcb7-br-bcceaab) is the build tag which now shows data stamp 170420 for April 17, 2020 build from Centmin Mod commit b23bcb7 from commit history at centminmod/centminmod and because NGINX_LIBBROTLI='y' was enabled, also shows bcceaab which at time of writing is latest commit from ngx_brotli history at google/ngx_brotli. This makes troubleshooting easier as you know the state of the Nginx version built.

    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,209
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    8:05 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+