Welcome to Centmin Mod Community
Register Now

Nginx [nginx-announce] nginx-1.13.4

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Aug 9, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Thanks @bassie looks good to me :)

    Centmin Mod 123.09beta01 users update your code via centmin.sh menu option 23 submenu option 2, then exit centmin.sh and re-run centmin.sh menu option 4 to recompile Nginx 1.13.4 if you have ngx_pagespeed enabled via persistent config /etc/centminmod/custom_config.inc variables.
    Code (Text):
    NGXDYNAMIC_NGXPAGESPEED='y'
    NGINX_PAGESPEED='y'
    


    if you don't like to have to exit centmin.sh and re-run centmin.sh, you can also manually update centmin mod code via git pull command and just run centmin.sh menu option 4 afterwards which is same as centmin.sh menu option 23 submenu option 2 method
    Code (Text):
    cd /usr/local/src/centminmod
    git stash
    git pull
    ./centmin.sh
    



    example of outdated centmin mod 123.09beta01 install after git pull command which pulls in and syncs updates to your local server's centmin mod code
    Code (Text):
    git pull
    Updating 8955525..2f0ee96
    Fast-forward
     addons/maldet.sh                                 |    4 +-
     addons/wpcli.sh                                  |   28 +-
     centmin.sh                                       |   22 +-
     example/custom_config.inc                        |   22 +-
     inc/csfinstall.inc                               |    2 +
     inc/mod_security.inc                             |    2 +-
     inc/nginx_configure.inc                          |    2 +
     inc/nginx_patch.inc                              |   26 +-
     inc/nginx_upgrade.inc                            |   20 +-
     inc/phpsededit.inc                               |   16 +-
     installer71-gitlab.sh                            | 1206 ++++++++++++++++++++++
     installer71.sh                                   | 1200 +++++++++++++++++++++
     patches/nginxpagespeed/nginxpagespeed-1134.patch |   58 +
     tools/nginxupdate.sh                             |   14 +-
     14 files changed, 2553 insertions(+), 69 deletions(-)
     create mode 100755 installer71-gitlab.sh
     create mode 100755 installer71.sh
     create mode 100644 patches/nginxpagespeed/nginxpagespeed-1134.patch
    


    working :)
     
    Last edited: Aug 11, 2017
  2. Jimmy

    Jimmy Well-Known Member

    1,799
    391
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +999
    Local Time:
    12:56 AM
    Working here.

    Also, Mariadb had an update today.
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yup saw that MariaDB 10.1.26 :)
     
  4. Jimmy

    Jimmy Well-Known Member

    1,799
    391
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +999
    Local Time:
    12:56 AM
    Meanwhile in Apache update land... ;)

    [​IMG]
     
  5. buik

    buik “The best traveler is one without a camera.”

    2,044
    527
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,691
    Local Time:
    6:56 AM
  6. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  7. buik

    buik “The best traveler is one without a camera.”

    2,044
    527
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,691
    Local Time:
    6:56 AM
  8. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    You're on a roll.. thanks updated in 123.09beta01
     
  9. buik

    buik “The best traveler is one without a camera.”

    2,044
    527
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,691
    Local Time:
    6:56 AM
    Yup, hopefully next time: Nginx HTTP/2 PUSH support and Nginx/OpenSSL TLS 1.3 support :)