Discover Centmin Mod today
Register Now

Beta Branch update inc/nginx_configure.inc

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

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    7:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update inc/nginx_configure.inc


    Add additional 3rd party dynamic module routines for supporting Openresty headersmore, setmisc, echo and nginx lua modules. Also added individual switches for each along with the existing nginx imagefilter, geoip and stream dynamic modules. These switches allow you to individually choose if you want those nginx modules to be compiled as dynamic modules or statically as previously done

    In centmin.sh, the 3 default official nginx dynamic modules are enabled by default, while the Openresty ones are disabled as currently their support is only in their respective master branches and not in current respective released versions
    Code:
    # Nginx Dynamic Module Switches
    NGXDYNAMIC_IMAGEFILTER=y
    NGXDYNAMIC_GEOIP=y
    NGXDYNAMIC_STREAM=y
    NGXDYNAMIC_HEADERSMORE=n
    NGXDYNAMIC_SETMISC=n
    NGXDYNAMIC_ECHO=n
    NGXDYNAMIC_LUA=n
    
    Continue reading...

    123.09beta01 branch