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

With upgrade to 1.32 I began to face the above. How do I debug this?

Here is the proposal https://github.com/pwtail/wsgi_plus Here is the proof of concept for gunicorn https://github.com/pwtail/gunicorn/pull/1/files#diff-9818e6c0e3d6054dc383f77ce881ba79f8090a904fb3abd9892306f096e58319 How hard would it be to support this?

X-Needs-Discussion

Hello dear developers, I would like to test Unit for a small PHP project. I use the Docker Image with PHP 8.3 installed. The code of the application is stored...

i just can't managed to get it working examples i have are here: https://www.nginx.com/resources/wiki/start/topics/recipes/wordpress/#rewrite-rules-for-multisite-using-subdirectories but it just won't work for unit in no way and that is sad because we...

z-bug 🐞
z-documentation-update-needed
z-question
z-roadmap

According to https://github.com/nginx/unit/blob/master/auto/njs#L28 unit requires njs >= 0.8.0 **njs 0.8.2** is not compatible with recent libxml2 2.12 **njs 0.8.3** recently released is compatible, but introduces API change and is not...

FYI, With git head as of commit fbeb2065b180e2376088387ee150d3975dc08cd5 the test_access_log_keepalive test fails with: ``` > assert fds_diff

How to exclude the info level from log

z-enhancement ⬆️

Hi all, Trying to use Nginx unit on a read only filesystem with kubernetes and this doesn't seem to work? When I run my container with no tmp dirs mounted,...

You can use the Docker Makefile to create dockerfiles for specific language environments, e.g $ make build-python3.12 VERSIONS_python=3.12 However this breaks when trying to do something like $ make build-php8.3.0RC6...

The router process of nginx-unit crashes with segfault when sending large files fast with php application. ``` 2024/02/13 14:41:44 [alert] 1#1 process 32 exited on signal 11 (core dumped) ```...