Get the most out of your Centmin Mod LEMP stack
Become a Member

Beta Branch add NGXMODULE_ALTORDER='n' variable to centmin.sh

Discussion in 'Centmin Mod Github Commits' started by eva2000, Oct 16, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    54,935
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    9:31 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add NGXMODULE_ALTORDER='n' variable to centmin.sh


    nginx configuration and install of nginx modules in a particular order is important especially for ngx_pagespeed. Added NGXMODULE_ALTORDER='n' to centmin.sh. When set to NGXMODULE_ALTORDER='y' in centmin.sh or via persistent configuration outlined at http://centminmod.com/upgrade.html the Nginx module ordering will use a different order. This is for testing purposes until I find a more optimal order. To use persistent config file method (recommended), create file at /etc/centminmod/custom_config.inc and add to it below variable and then recompile Nginx via centmin.sh menu option 4

    NGXMODULE_ALTORDER='y'

    Continue reading...

    123.09beta01 branch