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

Install custom_config.inc recomended list

Discussion in 'Install & Upgrades or Pre-Install Questions' started by hardousse, Jun 10, 2024.

  1. hardousse

    hardousse Active Member

    169
    35
    28
    Dec 15, 2015
    Sweden
    Ratings:
    +57
    Local Time:
    7:53 AM
    1.11.*
    10.1*
    Please fill in any relevant information that applies to you:
    • CentOS Version: almalinux 9.4
    • Centmin Mod Version Installed: 130.00beta01
    • Nginx Version Installed: 1.27.3
    • PHP Version Installed: 8.1.25
    • MariaDB MySQL Version Installed: 10
    Hi
    can someone proposed a updated list for custom_config.inc for general use there is more option and i dont know for the new release which work better for stability and performance.
    Thank you

     
  2. MaximilianKohler

    MaximilianKohler Member

    178
    5
    18
    Jun 23, 2023
    Ratings:
    +23
    Local Time:
    9:53 PM
    This is mine:

    Code:
    MARCH_TARGETNATIVE='n'        # Off for compatibility, on for speed.
    LETSENCRYPT_DETECT='y'        #
    VHOSTCTRL_CLOUDFLAREINC='y'   #
    NGINX_ZERODT='y'              # Zero downtime upgrades
    PHP_PGO='y'                   # Speed up php
    PHP_ARGON='y'                 # Enable more secure Argon2 password hash algorithm. Recompile php after enabling.
    
    SET_DEFAULT_MYSQLCHARSET='utf8mb4'  # For Xenforo
    ENABLE_MARIADBTENTWOUPGRADE='y'     #
    ENABLE_MARIADBTENTHREEUPGRADE='y'   #
    ENABLE_MARIADBTENFOURUPGRADE='y'    #
    
    POSTGRESQL='y'          # Install PostgreSQL with PHP recompile
    NEEDRESTART_CHECK='y'   # Check if system needs to be rebooted after system updates
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,212
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,650
    Local Time:
    2:53 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I've updated this list at https://blog.centminmod.com/2019/07/15/117/centmin-mod-advanced-customised-installation-guide/ for some EL8/EL9 OS ones but other than that, no much has changed from that blog post list. Only one you really need though is to enable Letsencrypt :)