Liam Crilly
Liam Crilly
The generic requirement is for Unit to accept requests for one URI, and process it as if it were for a different URI. This need often arises as web sites/apps...
**Action chaining** enables a [route action](https://unit.nginx.org/configuration/#handling-actions) to be configured as an array of action objects. ```json { "routes": [ { "action": [ { "pass": "applications/auth_check" }, { "pass": "applications/my_app" }...
Evolve the Wasm language module to support the WASI-HTTP interface so that a Wasm component that imports WASI-HTTP can run natively on Unit.
Great to see the PHP8 update but a number of things stopped working for Docker environments. This change aims to make Docker use more reliable, especially on Apple Silicon. Primary...
As noted in https://github.com/nginx/unit/issues/195#issuecomment-1849726730 the support for SNI matching and arrays of certificate bundles is missing from the main 'Certificates' documentation.
Pre-copying the contents of the state directory is not a safe solution because only the Unit daemon is expected to create those files. It requires the same version of Unit...
This feature extends the `/status` Control API endpoint to include the currently loaded modules. Currently, the available modules are loaded by the discovery process at startup and logged to the...
When explaining the `stderr` and `stdout` options, https://unit.nginx.org/configuration/#applications mentions that > When running in --no-daemon mode, application output is always redirected to [Unit’s log file](https://unit.nginx.org/troubleshooting/#troubleshooting-log). This is misleading because only...