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

I know I am jumping a few steps ahead since 3.11 is still in beta. The deprecated info are here: https://bugs.python.org/issue44113 I tried following which seems to compile fine. Will...

ready4dev 🚀
Difficulty: ⭐️

Can Unit support something like [NGINX's auth_request](https://nginx.org/en/docs/http/ngx_http_auth_request_module.html) without the need of running Unit behind a NGINX reverse proxy? Thank you!

question

Hello, We are trying to replace php-fpm with nginx unit, running inside docker, but after tuning the setups to the same resources and configuration, we get this error from `apcu`...

needs Investigation 🔬

In some scenarios, sensitive information must be passed via query strings. It would be great if Unit had support for applying masking rules when writing access logs. A simple version...

A customer needs me to retrieve metrics (for prometheus) from a number of nginx-unit docker images. Is there currently a way to retrieve those, and if so, what are the...

roadmap

Hi folks, I was looking into getting logging of my Django app to work in a containerized unit, but not sure how to get it right. General best practice for...

needs Investigation 🔬

Hello, I report an error I have (similar to this problem : https://github.com/nginx/unit/issues/96). I just try to import a personal module in my python file "wsgi_flask.py" with python 3 and...

AS this will be the default version in Fedora 36 and RHEL 9 (and Centos and other clones) For now: ``` $ make cc -c -pipe -fPIC -fvisibility=hidden -O -W...

I developed the following bash(1) functions to help me find function definitions and type definitions. They make use of some rare programs such as pcregrep(1) and some GNU extensions to...

I am using Unit with PHP, and running into an issue where if the script is using a symlink, I get an error "script is not under php root". My...