Welcome to Centmin Mod Community
Register Now

Beta Branch update nginx.conf defaults in 123.09beta01

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

  1. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    11:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update nginx.conf defaults in 123.09beta01


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

    Code (Text):
    client_body_timeout 10s;
    client_header_timeout  10s;

    to
    Code (Text):
    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...

    123.09beta01 branch
     
  2. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    9:11 PM
    Mainline
    10.2
  3. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    11:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+