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

Added a standard port for IPv4 and IPv6 addresses when using proxy and HTTP, eliminating the need to specify an additional port 80. This is defined by the RFC standards...

hi team, I'm trying `npm i uni-http` and `npm i -g unit-http` getting an error, `npm ERR! command sh -c -- node-gyp configure build npm ERR! make: Entering directory '/home/azureuser/node_modules/unit-http/build'...

Hi, I use nodejs and found that the response of unit-http is missing `close` event and `writableEnded` property Version number: unit 1.32.0 The `close` event should be triggered after `response.end()`...

* fix a few misspellings in unitctl CI workflow * add unit testing job * disable one test About the disabled test: It tests that the CLI can run a...

### Nginx Unit version: 1.32.1 Validation error when setting action proxy. http://host.docker.internal:7600 fails verification ### Config inside my docker container: I tried to use this inside a container to communicate...

See this PR comment: https://github.com/nginx/unit/pull/1241/files#r1594347912 As discussed with @avahahn this can likely be solved by filtering on Docker image labels, one of these, e.g. https://github.com/nginx/unit/blob/5d1ce5c4475f8d126b61650f3c678e3f94549f6b/pkg/docker/Dockerfile.minimal#L3-L9

The `tools/unitctl` should work *just fine* with whatever make, sed, awk that OSX ships with.

This adds a workflow for building Unit under Fedora Rawhide and Alpine Edge with both GCC and Clang. These are the development branches from which releases are cut. This usually...

Hello, This pull request utilizes nginx self hosted runners to build unit and it's modules on a variety of distros and two archs (for the lack of others for now)....

To make it possible to use the official nginx unit packages on the latest LTS from ubuntu, we need to have this packages build. I searched through the repo and...