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

Could you add support authentication by SSL/TLS client side certificates (https://en.wikipedia.org/wiki/Transport_Layer_Security#Client-authenticated_TLS_handshake) for NGINX Unit (like nginx with option `ssl_client_certificate`).

z-enhancement ⬆️
z-needs Investigation 🔬

This is a feature request! Can `unitctl` enable an "auto reload" workflow for app development without additional scripting? When I'm working on a [Phoenix](https://www.phoenixframework.org/) application (I'm aware the underlying language...

- It says "UNIT" in a few places - Author field should be some collective ("The NGINX Unit Team" instead of Elijah)

Hi; docker container image: unit:python3.12 my config includes: ``` }, "access_log": { "path": "/var/log/unit/unit-access.log", "format": "$remote_addr - [$time_local] $host \"$request_line\" $status $body_bytes_sent \"$header_referer\" \"$header_user_agent\" \"$remote_addr\"" } ``` It seems that...

On Ubuntu 24.04, when built with: `./configure && ./configure python --config=python3-config && ./configure go --go-path= && ./configure php && ./configure ruby && make && make python3 go ruby php go-install`...

Currently only see RHEL packages available for x86_64, would like to see it's available for ARM just like the debian version. Is there any blocker to make it available?

Coredump if port 443 is busy another process unitd --version unit version: 1.32.1 configured as ./configure --prefix=/usr --statedir=/var/lib/unit --control=unix:/var/run/unit/control.sock --runstatedir=/var/run --pid=/var/run/unit/unit.pid --logdir=/var/log --log=/var/log/unit/unit.log --tmpdir=/var/tmp --user=unit --group=unit --tests --openssl --njs --modulesdir=/usr/lib64/unit/modules...

T-Defect
X-Needs-Info

Can you add fastcgi protocol next to http to unit. In this way we have equivalent of php-fpm as droping replacement. And add support for fast-cgi for all other language...

T-Enhancement

RHEL (and clones) have Python 3.11/3.12 packages in the AppStream repo. It should be easy to add RPMs for these versions. Example RPMs: - https://download.rockylinux.org/pub/rocky/8/AppStream/x86_64/os/Packages/p/python3.11-3.11.7-1.el8.x86_64.rpm - https://download.rockylinux.org/pub/rocky/8/AppStream/x86_64/os/Packages/p/python3.12-3.12.1-4.el8.x86_64.rpm - https://download.rockylinux.org/pub/rocky/9/AppStream/x86_64/os/Packages/p/python3.11-3.11.7-1.el9_4.1.x86_64.rpm -...