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

Note: `libwasm_wasi_component.so` module should be place into `build/lib/unit/modules` and be discoverable by Unit.

ci-dev-distro-compiler.yaml already limits itself to running only when relevant things are updated.

Very minor visual nitpick: when the control socket is bound to a TCP port it is labelled as a unix socket. ``` command $ unitctl instances unitd instance [pid: 10517,...

The first patch is just a clean up patch that fixes some indentation. The second patch copies the wasm-wasi-component .so into `build/lib/unit/modules/` with the right name. This matches the behaviour...

# Description This commit refactors the CLI code to accept multiple instances of the control socket flag. All subcommands except for edit and save now support being run against multiple...

FreeBSD introduced sha512sum binary in version 14, but with slightly incompatible flags as compared to Linux version. This change makes it work in both worlds.

This pull-request comprises five commits with the overall goal of showing what language modules Unit has loaded _and_ from where, under the `/status` control API endpoint. E.g ```json { "modules":...

After a conversation with @MichaelMcAleer and our docker initiatives, he suggested we use the `-slim` variant python images as base when creating the unit-python dockerfiles. Main reason is the slim...

Due to 'char' (unless explicitly set) being signed or unsigned depending on architecture, e.g on x86 it's signed, while on Arm it's unsigned, this can lead to subtle bugs such...

Not terminated php process after timeout, conf.json ``` { "listeners": { "*:9000": { "application": "index" } }, "applications": { "index": { "type": "php", "user": "www-data", "group": "www-data", "processes": { "max":...