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

Hey, I was wondering if there is a way to stop running the Nginx unit container from the application code. In our scenario, we've some pre-conditions and the container should...

z-question

Firstly, this is not to be confused with CLONE_NEWCGROUP which unit already supports and is related to namespaces. To re-cap, namespaces allow processes to have different views of various parts...

@alejandro-colomar reported an issue on GitHub whereby Unit would fail to start due to not being able to create the control socket (a Unix Domain Socket) 2022/08/05 20:12:22 [alert] 21613#21613...

Can only proxy to a host, are there plans to proxy to a host and a path? Docker image: nginx/unit:1.26.1-python3.9 ``` { "listeners": { "*:80": { "pass": "routes" } },...

Unix domain sockets are normally backed by files in the filesystem. This has historically been problematic when closing and opening again such sockets, since SO_REUSEADDR is ignored for Unix sockets...

Hi, I still have problem with `Waiting for control socket to be removed` in 1.26, 1.26.1 and 1.27 with python3.9, this was the same: https://github.com/nginx/unit/issues/610 `FROM nginx/unit:1.26.1-python3.9` This problem occurs...

bug 🐞
duplicate

Add support for a user-specified user configuration file, normally under $sysconfdir, that is, `/etc`. I'd recommend using `/etc/unit/unitd.conf.json` for the default pathname. The part for setting the file's default pathname,...

This allows one to simply run `./configure` and expect it to produce sane defaults for an install. Previously, without specifying `--prefix=...`, `make install` would simply fail, recommending to set `--prefix`...

Hi, would it be possible to provide container images for alternative CPU architectures such as aarch64, or ppc64le? I'm able to build these with minimal changes on Power Systems (and...

packages

See the following configuration. I used a prefix of `/opt/local/unit` to make sure there were no previous existing directories or stuff that was left by a previous unit installation, and...