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

It would be very welcome if error codes and error messages were accessible as variables (eg: `{{ error_code }}`, `{{ error_message }}`, maybe also some other information about the error/server,...

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

It's possible to have two versions of the same package installed on debian-based multiarch systems - e.g. i386 alongside amd64. This means that when getting the package status through dpkg-query...

Continuing the fuzzing integration: https://github.com/nginx/unit/pull/1291. Adding [cifuzz](https://google.github.io/oss-fuzz/getting-started/continuous-integration) for checking build failures and PR fuzzing. Using the main [example](https://google.github.io/oss-fuzz/getting-started/continuous-integration/#integrating-into-your-repository) provided by the OSS-Fuzz team, with an updated time of only 300...

For some reason, error 503 appears periodically, and after that it does not go away until the next restart of the container, what could be the problem? Logs: ``` 2024/06/13...

`unitctl` should support configuring and interacting with instances over SSH, but should not automatically log into servers without a specific invocation from the user (`unitctl instances` should not seek instances...

`unitctl` should have an option to save the current running configuration, including NJS configuration and certificates. Currently the closest analogue is for users to run `unitctl edit` and then to...

# About After making small changes to the application described in [this official blog post](https://unit.nginx.org/news/2024/wasm-component-model-part-2/), I discovered that environment variables were not being propagated to the application, either from the...

Hello team, I have an idea. I think it will be safer to secure the Control API with Basic Authentication when using a TCP socket. This would be useful when...

Support for WebSockets shall be eventually extended to ~~Python~~ (done), Ruby, Go, Perl, and PHP.