unit icon indicating copy to clipboard operation
unit copied to clipboard

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming l...

Results 310 unit issues
Sort by recently updated
recently updated
newest added

Unit should be able to report its system resource usage via OpenTelemetry. This includes the following data: - Memory utilization - CPU utilization

NGINX Unit should support distributed tracing for requests using an open standard like OpenTelemetry. Unit should be able to propagate context and attach spans including the following: - incoming headers...

Right now Unit does not support incoming requests with `Transfer-Encoding: chunked`. We should do so. There are two main data paths: proxying to an external upstream, and passing to a...

T-Other

Unit currently buffers the entire client request before sending it to an upstream target. This target could be an application or an upstream HTTP service. Either way, Unit will not...

Consider the following projects: [Rustup](https://rustup.rs/), [K3d](https://k3d.io/v5.6.3/), [Kind](https://kind.sigs.k8s.io/), [Linkerd](https://linkerd.io/), and [Caddy](https://caddyserver.com/). Each of these projects needs only one single command to start using the product. None of these products require involved...

T-Other

unitctl should also be built and published to the linux package managers that we build unit packages for, as well as homebrew

A new command `unitctl app list` or `unitctl apps list` (I propose both singular and plural would work here, but not with restarting the app). Related to #1279. Given the...

A new subcommand `unitctl app restart ` to restart the application. Given the following unit config: ```json { "applications": { "hello-world": { "type": "php", "root": "/www/hw/public/", "script": "index.php", "environment": {...

Hi, summon @andrey-zelenkov I'm the same guy who did the integration of `unit` into `oss-fuzz`; Currently, I'm planning to shift the fuzzing harness files from the OSS-Fuzz repo to the...

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...