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 345 unit issues
Sort by recently updated
recently updated
newest added

### Feature Overview Add python3.14 to the list of images for Unit (is fine if only for the new release that is just coming out). ### Alternatives Considered _No response_...

### Bug Overview when we make call to a flask app we get a core dump around 3 mins after, this is present in versions 1.32.2, 1.33.0, 1.34.0, 1.34.2 the...

needinfo

### Feature Overview I like Nginx-Unit very much, it is simple and smart, and it helps me a lot when I learn to open python applications. I don't need to...

is it possible to get rid of info level in stderr? error logs got those lines all the time. too many of them for nothing. i think we need to...

### Feature Overview ### **Feature Request: Add Support for Bun.js Runtime** **Issue Type**: Feature Request**Relevant Components**: Runtime Support, JavaScript/Node.js Module #### **Summary** I would like to propose adding official support...

### Feature Overview Can you please add support for [wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime) (WAMR) as an alternative to wasmtime? wasmtime is a huge dependency, about 20 MiB. WAMR is less than ~440 kiB...

### Bug Overview From documentation of `limits.timeout`, > Integer; request timeout in seconds. If an app process exceeds it while handling a request, Unit cancels the request and returns a...

### Feature Overview Just to start off, a massive thanks to you all for your work on this. We use it enthusiastically for a number of things, and we appreciate...

### Feature Overview Can you please consider adding support for njs as an app language (not just for configuration), a lightweight alternative to Node.js? /cc @xeioex ### Alternatives Considered _No...

### Bug Overview We tried to switch a small service from php-fpm to nginx-unit, but this new setup consumes ~10 times more CPU than the previous one. The app is...