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

### Bug Overview Hi, I have a project using unit:1.34.1-php8.4. I am testing it in docker, along with redis, and mysql. Everything is working fine, except the php container memory...

### Feature Overview Hello. I have a configuration with three apps that have similar url paths. Is it possible to add the application name or server port to the access_log...

### Feature Overview Amazon Linux 2023 is supported on aarch64, but currently Unit is only available for x86_64. Could a package be made available for aarch64 please? ### Alternatives Considered...

### Feature Overview Hello! Could you set consistent worker_id for workers [like uwsgi do](https://github.com/search?q=repo%3Aunbit%2Fuwsgi%20worker_id&type=code)? if is pretty usefull with multiple worker processes (processes.max) and recycle (limits.requests). Some scripts like django-prometheus...

### Bug Overview When I configure a listener with `*:8080` unitd only listens on `0.0.0.0:8080` and not on `:::8080`. The documentation states the following: `A wildcard that matches any host...

T-Enhancement

### Bug Overview I don't yet understand what happens. I run two copies of an app and suddenly one of them start adding up sockets and eventually stops responding. I...

ASP.NET core is a high performance web framework that by default uses Kestrel web server written in C# while it's decent, having a even more optimized web server could be...

Hello. Sorry, I have a question about Django and ASGI. I saw that a similar topic has already been discussed, but I couldn't find a solution for myself. Unit 1.33...

Is it possible to use CGI programs with nginx unit? For example, a git smart HTTP server (https://git-scm.com/book/en/v2/Git-on-the-Server-Smart-HTTP).

z-enhancement ⬆️

We are building our own unit-php image, based on php:8.3-zts-alpine3.20. Docker file: FROM public.ecr.aws/docker/library/php:8.3-zts-alpine3.20 AS base ENV UNIT_VERSION=1.34.1 RUN apk update && apk add --no-cache \ gcc \ g++ \...