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...
It'd be nice to place all user-level processes to user slices by default. Attaching a working patch for this, which you may want to adjust, if you're going to make...
If you have CI please use gcc-12 with `-fanalyzer` option to find potential bugs. (Many major distro already have gcc-12). For example, there are such warnings currently in 1.27.0: ```...
I keep getting: ModuleNotFoundError: No module named 'encodings' in the unit error logs when trying to add new configuration. **Fatal Python error: Py_Initialize: Unable to get the locale encoding ModuleNotFoundError:...
Unit version 1.27.0 ```json { "listeners": { "*:80": { "pass": "routes" }, "*:443": { "pass": "routes", "tls": { "certificate": [ "testbundle" ] } } }, "routes": [ { "match": {...
**Solution to the problem:** https://github.com/nginx/unit/issues/669 **Repository to reproduce the issue:** https://github.com/echolimazulu/unit-bind-aaiu Hello @VBart, @mar0x, @hongzhidao, @alejandro-colomar, @tippexs. Please tell me what you think. In the process of testing this fix,...
Hi! I'm trying to make some unofficial Rust bindings for `libunit.a` (see [unit-rs](https://github.com/andreivasiliu/unit-rs)), and I have some questions about the [C API](https://github.com/nginx/unit/blob/master/src/nxt_unit.h). Right now my bindings are pretty bad. It...
I used nginx unit config for Redmine 5.0.1 with ruby 2.7.5 https://unit.nginx.org/howto/redmine/#redmine But application add /config.ru/ to all uri
When request datasize between 131k and 165k , response time > **40ms** **else** response time < **2ms** I've tested many versions and this problem has appeared since 1.16 (1.27.0 problem...
The previous parser had problems with "hello=str1=str2;" which name is "hello" and value is "str1=str2".
This pull request has been updated and expanded on. It now consists of five commits - Docs: update changelog for some new settings. - Router: remove unused proxy_buffers structure member....