unit
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...
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...
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...
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...
```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`...
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...
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...
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...
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...