Changes with nginx 1.14.0 17 Apr 2018 *) 1.14.x stable branch. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx-announce mailing list nginx-announce@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-announce Continue reading...
Ah Nginx just promoted Nginx 1.13 mainline to Nginx 1.14 stable. But usually they then start Nginx 1.15 mainline branch but this time they don't seem to have done that http://nginx.org/. Right now 1.13.2 and 1.14.0 are virtually the same code just with version number updated.
Centmin Mod folks can either wait for Nginx 1.15 mainline to be announced, stick with Nginx 1.13.12 which is same as 1.14.0 or update to Nginx 1.14.0. If updating to Nginx 1.14.0, you'd want to update Centmin Mod 123.09beta01 code first as there's some compatibility version checks that got updated for 1.14 branch. You can update via command = cmupdate before running centmin.sh menu option 4
Looks like Nginx 1.15 mainline branch is starting up too in mainline commit history log at nginx: log. Specifically nginx: 1076268364ba
No bug. I think Centminmod will stick with the mainline version branch, so the 1.14 stable branch won't be supported. But you'll see 1.15 mainline versions, once they were out...
Yup not a bug, Centmin Mod uses mainline branch Nginx which is at 1.13.12. While stable is 1.14.0. Which right now both versions are exact same code until Nginx releases 1.15.0 mainline.
With 1.15.0 - https://trac.nginx.org/nginx/changeset/3535437f97d2933a3bbc7bfd4343c17262afceb4/nginx_org So we need remove ssl on http directive before updating nginx?
they're referring to Module ngx_http_ssl_module which isn't used by Centmin Mod these days in new vhosts as it has always been commented out already