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...
`unitctl import` and `unitctl execute` should be able to send configuration snippets to a configurable list of Unit instances. Currently when multiple Unit instances exist on a host `unitctl` will...
- Adds `unitctl/` prefix to tags generated by manual workflow runs. Previously, only release titles (but not tags) were prefixed. - Omits superfluous `name` field; falls back to `tag` when...
System information: - Ubuntu 22.04.4 Jammy (Docker Container) - Unit 1.32.1 - Installed using Unit Repo Packages: ``` unit-dev/stable,now 1.32.1-1~jammy amd64 [installed] unit-jsc-common/stable,now 1.32.1-1~jammy all [installed,automatic] unit-jsc18/stable,now 1.32.1-1~jammy amd64 [installed]...
The NGINX color = hex code 009639 After #1299 is merged, the badges will look like: I've opened this issue as @ac000 suggested that we need to address the colors...
Hello, I'm using Node.js 8/12 and after running with unit for several hours, I encountered a strange issue. When not using unit, executing Redis commands consecutively with await 400,000 times...
**Version number: unit 1.32.1** When sending non-single byte text and specifying a non-UTF8 encoding, it will cause the server to hang, and all requests will stop responding! ``` return res.end("夏天",...
Adds OpenTelemetry implementation via a Rust crate compiled to a static C library and linked into the existing Unit codebase with the necessary build and configuration steps. * Each commit...
Rulesets are custom based on LLVM, internal code styling doc taken into account ``` $ clang-format -i --style=file:.clang-format src/**/*.c src/**/*.h ``` See the .clang-format file for rules, and PR https://github.com/nginx/unit/pull/1469
Example: ``` "access_log": { "path": "/tmp/access.log", "format": { "remote_addr": "$remote_addr", "time_local": "$time_local", "request_line": "$request_line", "status": "$status", "body_bytes_sent": "$body_bytes_sent", "header_referer": "$header_referer", "header_user_agent": "$header_user_agent" } } ```