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

Error apply configuration with use jemalloc memory allocator and glibc 2.34. Testing on Ubuntu 21.10 and NixOS Unstable. ### Steps To Reproduce 1. Install jemmalloc ``` apt install libjemalloc2 ```...

needs Investigation 🔬

**Hello Nginx Team and Contributors,** This is a separation of the unix socket restart problem from the socket cleanup problem (https://github.com/nginx/unit/issues/643) when the program is closed, as these are technically...

bug 🐞
Difficulty: ⭐️ ⭐️

Hi ! I know this is not a priority for you guys but I would like to point out that your current Grafana setup page does not work anymore. I...

z-documentation-update-needed
z-needs Investigation 🔬

I have Ubuntu 20.04 on VirtualBox. Shared folder to **/var/www/** By default unit use PHP 8.1, therefore I compile PHP 8.0 as: ``` apt install -y --no-install-recommends php8.0 php8.0-dev libphp8.0-embed...

needs Investigation 🔬

Hello! When uploading files to the server, there were no problems, but when downloading, Unit literally went crazy and began to break 50% of the connections. I can't figure out...

needs Investigation 🔬

___ ### Who is affected? ### - All users of the unix socket as a listener ___ Hello Nginx Team and Contributors, When a **SIGTERM** or a **SIGQUIT** signals are...

Can we use unix domain sockets for the unit listeners and use them in nginx proxy_pass? This would radically simplify deployment of multiple webapps.

How enable custom page in UNIT error (php/pyhon applications)? as in nginx: ``` error_page 502 /502.html; error_page 503 /503.html; location = /502.html { root /var/www/; try_files $uri /502.html; } location...

enhancement ⬆️

Hi. See the test in `test/test_variables.py`. ``` check_variables("\"routes${}\"") ``` I think the function `nxt_var_next_part` should have the same result both at `$` and `${}`. And the empty variable is meaningless....

bug 🐞
enhancement ⬆️

Hello, would it be possible to add unit-python38 for RHEL7? Currently only unit-python36 is supported: https://packages.nginx.org/unit/rhel/7Server/x86_64/RPMS/

enhancement ⬆️
packages