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 345 unit issues
Sort by recently updated
recently updated
newest added

While it doesnt directly enable our main use case of being an application server we should still allow users to deploy new Unit instances from unitctl without specifying an application...

Our current openapi generator setup leads to poorly formatted readme's and code comments. We should look into customizing it or replacing it so that we dont have to deal with...

We can enable more use cases, such as wordpress, by allowing the user to configure whether or not they want their application directory mounted read only to a new docker...

Currently both unit-client-rs and unitctl use a custom error crate that is not only superfluous but also hard to read. It is reducing overall code quality. Removing it and implementing...

The Bollard library we use to integrate with docker leverages Hyper v1. The OpenAPI client code we have (both unit-openapi and in unit-client-sdk) leverages Hyper v0. We currently include both...

The below test reliably fails, though generally only for ruby 3.2, the 3.3 tests generally always succeed. Rerunning it usually works... (sometimes it needs a few runs) ``` test/test_ruby_isolation.py::test_ruby_isolation_rootfs ERROR...

Here are all the patches I prepared, in a single PR, tu allow you to understand the global idea I have in mind. Feel free to apply this branch, or...

Hi, referred to the documentation https://unit.nginx.org/configuration/#proxying, i should be able to proxy request to any valid hostname, but dont know how to do it for docker container, defined and run...

z-enhancement ⬆️

You can always see the original names/addresses used by passing --no-mailmap to the various git commands. See gitmailmap(5)

The underlying issue is the same as . We fixed it for the ctrl socket and the pid file, and now need to do the same thing for the log...

z-bug 🐞