Welcome to Centmin Mod Community
Register Now

Beta Branch add nginx stream geoip module & dynamic module support in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 13, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    2:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add nginx stream geoip module & dynamic module support in 123.09beta01

    Preparing upcoming nginx 1.11.3+ support for ngx_stream_geoip_module support http://hg.nginx.org/nginx/rev/558db057adaa. Disabled by default and controlled by 2 variables you can add to persistent config file /etc/centminmod/custom_config.inc

    Code (Text):
    NGINX_STREAMGEOIP='n'
    NGXDYNAMIC_STREAMGEOIP='n'
    


    1st enables ngx_stream_geoip_module as a static nginx module. While 2nd variable enables dynamic module configuration instead of static nginx module

    Continue reading...


    123.09beta01 branch