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

Hi guys, I'm having issues starting application when using [postgres](https://node-postgres.com/). Container starts but it ends in loop of `/usr/local/bin/docker-entrypoint.sh: Waiting for control socket to be removed...` and it never finishes....

bug 🐞

This allows Unit to overload request environment values (SCRIPT_NAME, PATH_INFO, etc.)

Hi. 1. Style ``` diff -r fd323ad9e24f src/nxt_cert.c --- a/src/nxt_cert.c Wed Dec 12 19:57:15 2018 +0300 +++ b/src/nxt_cert.c Thu Dec 06 21:55:58 2018 -0500 @@ -313,7 +313,6 @@ } -...

Hello, We talk about this in #62. I didn't see anything in documentation (only static file). I need this for python (django) to securely serve media files. Do you still...

z-enhancement ⬆️

When sending ASGI response: ```py await send({ "type": "http.response.body", "body": body, "more_body": False, }) ``` Nginx Unit currently allows body to be only`bytes` type, but Python types `bytearray` and `memoryview`...

z-enhancement ⬆️

Hello, I want to install Go library for unit, but seems like i am missing header file. Is there a way to install it without building from source? Seems like...

We're using Unit on a server with a couple of WordPress sites. Recently, Unit sometimes gets unresponsive and a restart is necessary. Unfortunately, the log didn't indicate what's wrong, so...

Since Unit 1.21.0 is compatible with Python 3.9 could you also add `unit-python3.9` rpm/deb packages to the repos? Thanks!