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

With TOT github repo running in podman Fedora 38 container I'm trying to build the rpm package and getting cd /projects/git/mwoodpatrick/unit/pkg/ make rpm 2>&1 | tee build_rpm.log build/src/nxt_unit.o build/src/python/nxt_python-python3.10.o build/src/python/nxt_python_asgi-python3.10.o...

question

I understand there is no windows native build #604 Would it be possible to update unit to make it compatible with WSL2? I had problems getting Unit working using on...

documentation
Difficulty: ⭐️

The feature shall extend the routing matching mechanics with an option to match the original destination of incoming requests.

Started to package new release and see a lot of test failures, probably it's caused by upgrade to OpenSSL 3.2.1 There's following logs ``` test/test_tls_sni.py::test_tls_sni FAILEDPath to unit.log: /tmp/unit-test-i46362ls/unit.log 2024/03/27...

Initially, variable query was designed to accomodate both synchronous and asynchronous operations. However, upon consideration of actual requirements, we recognized that asynchronous support was not needed. This refactoring is intended...

This uses F5/nginx self-hosted runners to run the jobs. This is a WIP PR. It will be amended and fixed going forward as this not only changes Unit CI, but...

When running a python ASGI app with [uvicorn](https://github.com/encode/uvicorn), you have the option to install uvicorn with [uvloop](https://github.com/MagicStack/uvloop), which is then used to speed up the async event loop. It appears...

T-Enhancement
L-Python

Added unit section to /status endpoint. Unit section is about web-server version, config last load time and config update generation Response example below: ```json { "unit": { "version": "1.32.0", "load_time":...

Tests for the https://github.com/nginx/unit/pull/1162