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

Beta Branch part 2 prep new centmin.sh menu option 7 in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 10, 2024.

  1. eva2000

    eva2000 Administrator Staff Member

    59,299
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    7:46 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    part 2 prep new centmin.sh menu option 7 in 140.00beta01

    - preparing a new centmin.sh menu option 7 for testing to allow users to manage common persistent config file override variables - enabling/disabling them from centmin.sh menu option 7's submenu options instead of manualling editing the persistent config file /etc/centminmod/custom_config.inc
    - display actual variable names on the menu

    Code (Text):
    ---------------------------------------------------------------------
         Centmin Mod Persistent Config File Override Options
    ---------------------------------------------------------------------
    1).  List Persistent Config File options
    2).  Enable Letsencrypt SSL support LETSENCRYPT_DETECT='y'
    3).  Enable dual SSL RSA+ECDSA certificate support DUALCERTS='y'
    4).  Display PHP-FPM version checks on SSH login DMOTD_PHPCHECK='y'
    5).  Switch Nginx from OpenSSL to AWS-LC AWS_LC_SWITCH='y'
    6).  Enable Nginx Brotli support NGINX_LIBBROTLI='y' NGXDYNAMIC_BROTLI='y'
    7).  Enable Nginx zstd support NGINX_ZSTD='y'
    8).  Enable Nginx mold linker compile support NGX_LDMOLD='y'
    9).  Enable Nginx pcre2 support NGINX_PCRE_TWO='y'
    10). Enable Nginx njs module support NGINX_NJS='y' NGXDYNAMIC_NJS='y'
    11). Enable Nginx Video modules (Slice, RTMP, FLV, MP4) NGINX_VIDEO='y'
    12). Enable PHP-FPM mold linker compile support PHP_LDMOLD='y'
    ---------------------------------------------------------------------
    13). Disable Letsencrypt SSL support LETSENCRYPT_DETECT='n'
    14). Disable dual SSL RSA+ECDSA certificate support  DUALCERTS='n'
    15). Disable PHP-FPM version checks on SSH login DMOTD_PHPCHECK='n'
    16). Switch Nginx back to OpenSSL from AWS-LC AWS_LC_SWITCH='n'
    17). Disable Nginx Brotli support NGINX_LIBBROTLI='n' NGXDYNAMIC_BROTLI='n'
    18). Disable Nginx zstd support NGINX_ZSTD='n'
    19). Disable Nginx mold linker compile support NGX_LDMOLD='n'
    20). Disable Nginx pcre2 support NGINX_PCRE_TWO='n'
    21). Disable Nginx njs module support NGINX_NJS='n' NGXDYNAMIC_NJS='n'
    22). Disable Nginx Video modules (Slice, RTMP, FLV, MP4) NGINX_VIDEO='n'
    23). Disable PHP-FPM mold linker compile support PHP_LDMOLD='n'
    24). Back to Main menu
    ---------------------------------------------------------------------
    Enter option [ 1 - 24 ]
    ---------------------------------------------------------------------


    Continue reading...


    140.00beta01 branch