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

Hi there, Firstly, thanks for all your hard work on nginx-unit - it's fantastic! I was just wondering if you had any documentation or decisions around when you begin providing...

When I modified the config.json and ran the below curl command I got this issue - "error": "Failed to apply new configuration." Details: **Server**: Ubuntu | Django Deployment **curl command**:...

Hello, I am running an application using Nginx Unit in Kubernetes environment. The `unit: router` process automatically runs in the number of threads, which equals the number of CPU cores...

Hello! I'm playing around with `unit`, trying to hook it up to `julia`. Julia has a quite neat c interface which can load `.so` files and call into them. I'm...

the `unit-r1.31.1` was introduced in 2ac4a7527 `Requires: unit = %{version}` is simpler, allows any release of the same version, and avoids additional metadata A specific virtual provide will make sense...

Hello! Is there any support for [ws](https://www.npmjs.com/package/ws) planned? I'm trying to use unit with ws and node loader in a demo app, but I still getting this error: ``` /test/node_modules/ws/lib/websocket.js:231...

z-documentation-update-needed

Моё приложение использует http состояния, например 409 при создании уже существующей записи. `My application uses http states, for example 409 when creating an already existing record.` Но я не могу...

Is it possible to launch python workers simultaneously like uwsgi or gunicorn does ? In current state when i set for example: `processes: 60` unit starts workers one after another...

z-needs Investigation 🔬

Is there any development guide for Unit? Somthing like this for Nginx ([Nginx Development guide](http://nginx.org/en/docs/dev/development_guide.html))

Will Nginx Unit support https, tcp and udp connections? I think it is an important topic to compete with solutions like traefik proxy =) I realize it's more of a...