Welcome to Centmin Mod Community
Become a Member

Master Branch update installer-latest.sh to auto enable new Nginx compile options

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 1, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    55,896
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    4:24 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update installer-latest.sh to auto enable new Nginx compile options


    in 123.09beta01+ and higher, auto enable these 3 options in persistent config file /etc/centminmod/custom_config.inc at initial install time
    Code (Text):
    NGX_GSPLITDWARF='y'
    PHP_GSPLITDWARF='y'
    NGX_LDGOLD='y'
    

    These options outlined at https://community.centminmod.com/threads/add-ngx_ldgold-ngxextra_ldopt-variable-for-nginx-compile.10271/ and https://community.centminmod.com/threads/add-ngx_gsplitdwarf-php_gsplitdwarf-ngxextra_ccopt-phpextra_cflag%E2%80%A6.10269/

    Continue reading...

    Centmin Mod Github Master branch

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