On September 19, 2019, the NGINX Unit 1.11.0 application server was released.
The History of Pragmatic Play: The Creator of Sweet Bonanza
- The server has built-in capability to independently serve static content without accessing an external HTTP server. Ultimately, the application server is expected to become a full-fledged web server with built-in web service building tools. To distribute content, simply specify the root directory in the settings.
"share": "/data/www/example.com"
}and optionally define missing MIME types {
"mime_types": {
"text/plain": [
readme,
".c",
".h"
],"application/msword": ".doc"
}
}- Added support for process isolation using container isolation tools in Linux. In the configuration file, you can enable different namespaces, use group restrictions, or map the sandbox GID/UID to the main one {
"namespaces": {
"credential": true
"pid": true
"network": true
mount: false
unname: true
cgroup: false
},"widmap": [
{
"container": 1000
"host": 812,
size: 1
}
],"gidmap": [
{
"container": 1000
"host": 812,
size: 1
}
]
} - JSC servlets have their own WebSocket implementation.
- Added implementation of direct addressing of API settings containing the "/" character, using its escaping with "%2F". Example:
GET /config/settings/http/static/mime_types/text%2Fplain/
- Added support for process isolation using container isolation tools in Linux. In the configuration file, you can enable different namespaces, use group restrictions, or map the sandbox GID/UID to the main one {
Source: linux.org.ru
