release of the application server , as part of which a solution is developed to enable the launch of web applications in various programming languages (Python, PHP, Perl, Ruby, Go, JavaScript/Node.js, and Java). Under NGINX Unit, multiple applications in different programming languages can run simultaneously, with launch parameters that can be dynamically changed without the need to edit configuration files or restart. The code is written in C and is licensed under Apache 2.0. You can explore the features of NGINX Unit at the first release.
In the new version:
- Compatibility with ;
- Dynamically requested PHP scripts are restricted to the ".php" extension;
- The crash of the routing process, which could occur with multiple resource-intensive application execution processes, has been fixed. This issue was caused by a bug introduced in branch 1.14;
- The problem with halting the return of the body of the request over TLS connections has been resolved.
The next release is expected to include support for load balancing in the proxy module and the ability to set flexible routing rules for requests, similar to the functionality of "" in nginx.
Source: opennet.ru
