diff options
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | SUPPORT.md | 8 |
2 files changed, 10 insertions, 6 deletions
@@ -1,6 +1,6 @@ # NGINX Unit -[](https://www.repostatus.org/#active) +[](https://www.repostatus.org/#unsupported) [](https://github.com/nginx/unit/actions/workflows/ci.yml "GitHub workflow CI") [](https://github.com/nginx/unit/discussions "GitHub Discussions") @@ -8,6 +8,8 @@  +# NGINX Unit is actively seeking contributors and maintainers. + Please see: [SUPPORT.md](/SUPPORT.md) NGINX Unit is a lightweight and versatile open-source server that has @@ -18,7 +20,7 @@ two primary capabilities: Unit compresses several layers of the modern application stack into a potent, coherent solution with a focus on performance, low latency, and scalability. It -is intended as a universal building block for any web architecture regardless +is intended as a universal building block for any web architecture, regardless of its complexity, from enterprise-scale deployments to your pet's homepage. Its native [RESTful JSON API](#openapi-specification) enables dynamic @@ -56,7 +58,7 @@ $ docker run -d \ For a description of image tags, see the [docs](https://unit.nginx.org/installation/#docker-images). -WARNING: latest image tag may not provide support for specific language +WARNING: The latest image tag may not provide support for specific languages modules, *do* check the available image tags from the link above before pulling your image. @@ -1,8 +1,10 @@ # Maintenance and support guidelines -Going forward, NGINX Unit will no longer receive new features or -enhancements from the project maintainers. NGINX Unit is still open to -community contributions. +# NGINX Unit is seeking new maintainers. + +Going forward, NGINX Unit will no longer receive new features or enhancements from the project maintainers. + +NGINX Unit is still open to community contributions. The team is focusing its limited capacity to keep NGINX Unit stable, secure and high-quality. Its focus will be on critical maintenance, such |
