Learn about Centmin Mod LEMP Stack today
Register Now

Nginx [nginx-announce] nginx-1.9.2

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Jun 17, 2015.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    55,223
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    1:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Changes with nginx 1.9.2 16 Jun 2015

    *) Feature: the "backlog" parameter of the "listen" directives of the
    mail proxy and stream modules.

    *) Feature: the "allow" and "deny" directives in the stream module.

    *) Feature: the "proxy_bind" directive in the stream module.

    *) Feature: the "proxy_protocol" directive in the stream module.

    *) Feature: the -T switch.

    *) Feature: the REQUEST_SCHEME parameter added to the fastcgi.conf,
    fastcgi_params, scgi_params, and uwsgi_params standard configuration
    files.

    *) Bugfix: the "reuseport" parameter of the "listen" directive of the
    stream module did not work.


    *) Bugfix: OCSP stapling might return an expired OCSP response in some
    cases.


    --
    Maxim Dounin
    http://nginx.org/

    _______________________________________________
    nginx-announce mailing list
    nginx-announce@nginx.org
    http://mailman.nginx.org/mailman/listinfo/nginx-announce

    Continue reading...
     
  2. rdan

    rdan Well-Known Member

    5,449
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    11:14 AM
    Mainline
    10.2
    WOW!
    Going to update my new server build :D
     
  3. rdan

    rdan Well-Known Member

    5,449
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    11:14 AM
    Mainline
    10.2
    So we have to change our config files also? or it's auto with Nginx upgrade?
     
  4. rdan

    rdan Well-Known Member

    5,449
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    11:14 AM
    Mainline
    10.2
    WOW :)
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,223
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    1:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I will have to update Centmin Mod to take that into account for the php.conf include file, the rest is updated as part of Nginx 1.9.2 i think
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,223
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    1:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    tricky one this one as adding REQUEST_SCHEME will work for >1.9.2+ but if someone decides to downgrade to <1.9.1 it probably will through an error as unsupported parameter for my custom php include files.
     
  7. eva2000

    eva2000 Administrator Staff Member

    55,223
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    1:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+