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...
``` sizeof() should never be used to get the size of an array. It is very unsafe, since arrays easily decay to pointers, and sizeof() applied to a pointer gives...
The wasm-wasi-component test keeps failing for no apparent reason. This is an issue to track that we're working on it.
Python 3.13 had been released. There is no build for such version of the docker images
``` $ clang-format -i --style=gnu src/**/*.c src/**/*.h ``` See the ruleset in `.clang-format-gnu`
This adds a `.clang-format` file that can be used with the `clang-format` tool to either reformat code locally, or automatically flag up code styling issues during a github action. This...
``` $ clang-format -i --style=llvm src/**/*.c src/**/*.h ``` See the exact ruleset in `.clang-format-llvm`
Using Microsoft style ``` clang-format -i --style=microsoft src/**/*.c src/**/*.h ``` See the exact ruleset in `.clang-format-microsoft`
This is the diff when we use the chromium ruleset to format the codebase ``` $ clang-format -i --style=chromium src/**/*.c src/**/*.h ``` The exact rules are in the `.clang-format-chromium` file.
On Unit 1.29.1 - Java17 - Docker `eclipse-temurin:17-jdk-jammy` It is not possible to load a SpringBoot application version >=3.0. Unit did not crash. It simply isn't loading the Spring Application...
I would like to attach a sub-url to my unit config so that a particular URL proxies, but also rewrites the path passed to the proxy by stripping the sub-url....