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

Hi guys, I'm completely new to getting Python up and running with Unit and if this is actually just a Django error, please let me know _but_ I did simply...

z-Difficulty: ⭐️

We utilize unit to effectively scale to zero (spare processes set to 0) when certain applications are not busy. With 1.26.x, there appears to be prototype processes that run per...

question

Hello, I'm building a custom unit container to serve static files. Container base image: redhat/ubi9-init Unit rpm package: unit-1.27.0-1.el9.ngx.x86_64 Also tried inside an RHEL 9 VM: the same issue My...

packages

```c $ grep -rnA1 '"Mar"' src/nxt_router.c:3824: static const char *month[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", src/nxt_router.c-3825- "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; -- src/nxt_controller.c:2135: static const...

Hi team, In our nginx setup, we are using `request_id` for tracing purpose . This is an embedded variable as documented here https://nginx.org/en/docs/http/ngx_http_core_module.html#variables. The setting is done thanks to `fastcgi`...

enhancement ⬆️
Difficulty: ⭐️ ⭐️

Something I noticed.. Pretty much as title, is there an IRC channel? If not, why not? :)

I'm configuring a route as follow for a php application: ` { "app2" : [ { "match":{ "uri": ["/test/*"], "method": "GET" }, "action":{ "pass": "applications/app2" } } ] }` with...

bug 🐞

Hello! It's the english version of https://mailman.nginx.org/archives/list/[email protected]/thread/6O5YYIXLBYRQDJMYT6JEW6XZ7EEKGMGY/ We have moved our nextcloud instance to unit 1.26.1 and we are facing the issue when unit stops responding to all requests. Restarting...

needs Investigation 🔬

Hi, we are glad that the njs module development is nearly complete. It's for extending Unit configuration. You are highly welcome to discuss. ### Prerequisites The patch can only be...

documentation

Do you plan to add support for `io_uring` on Linux kernels that support it? It can be used as drop-in replacement for `epoll` but leveraging all its capabilities means re-writing...

enhancement ⬆️