Learn about Centmin Mod LEMP Stack today
Register Now

Master Branch update nginx.conf defaults in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Sep 16, 2020.

  1. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:59 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update nginx.conf defaults in 123.09beta01

    - For new 123.09beta01 installs change default values in /usr/local/nginx/conf/nginx.conf from

    client_body_timeout 10s;
    client_header_timeout 10s;

    client_body_timeout 30s;
    client_header_timeout 30s;

    - For existing 123.09beta01, running cmupdate command and running centmin.sh once will auto update /usr/local/nginx/conf/nginx.conf only if the existing default values are detected. If you have modified the default values, then auto update routine will not auto update the values so as to preserve your customisations.

    Continue reading...


    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.