Welcome to Centmin Mod Community
Become a Member

Beta Branch Add nginx dynamic module support fancyindex 0.4.0+ nginx module 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jun 14, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,163
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    5:22 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Add nginx dynamic module support fancyindex 0.4.0+ nginx module 123.09beta01

    Enabled by default with NGXDYNAMIC_FANCYINDEX='y'. To disable set NGXDYNAMIC_FANCYINDEX='n' in persistent config file /etc/centminmod/custom_config.inc that exists or needs creating if you do not already have the persistent config file. Then run centmin.sh menu option 4 to recompile. Re-enabling is just the reverse, set NGXDYNAMIC_FANCYINDEX='y' or remove NGXDYNAMIC_FANCYINDEX='n' from persistent config file and recompile nginx.


    https://github.com/aperezdc/ngx-fancyindex

    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,163
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    5:22 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Example
    Code (Text):
    dynamic module directory at /usr/local/nginx/modules
    total 1.6M
    drwxr-xr-x.  2 root root 4.0K Jun 13 15:09 .
    drwxr-xr-x. 10 root root 4.0K Feb 10 00:01 ..
    -rwxr-xr-x   1 root root 142K Jun 13 15:09 ngx_http_fancyindex_module.so
    -rwxr-xr-x   1 root root 139K Jun 13 15:09 ngx_http_image_filter_module.so
    -rwxr-xr-x   1 root root 139K Jun 13 06:32 ngx_http_image_filter_module.so.old
    -rwxr-xr-x   1 root root 555K Jun 13 15:09 ngx_stream_module.so
    -rwxr-xr-x   1 root root 555K Jun 13 06:32 ngx_stream_module.so.old

    within /usr/local/nginx/conf/dynamic-modules.conf
    Code (Text):
    load_module "modules/ngx_http_image_filter_module.so";
    load_module "modules/ngx_http_fancyindex_module.so";
    load_module "modules/ngx_stream_module.so";