From 834c1a2dd18312ad80c83f7c6d0480a8e96ae3c9 Mon Sep 17 00:00:00 2001 From: Artem Konev Date: Thu, 12 Jan 2023 16:47:16 +0000 Subject: Fixed the Slack workspace link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9ec7eca8..c8717da0 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ For full details of configuration management, see the ## Community - The go-to place to start asking questions and share your thoughts is - our [Slack channel](https://nginxcommunity.slack.com/). + our [Slack channel](https://community.nginx.org/joinslack). - Our [GitHub issues page](https://github.com/nginx/unit/issues) offers space for a more technical discussion at your own pace. -- cgit From 71c2db151dcc13806bdd250dc6204d0007cbef3d Mon Sep 17 00:00:00 2001 From: Artem Konev Date: Wed, 18 Jan 2023 15:04:35 +0000 Subject: Liam. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c8717da0..544141b2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ three core capabilities: - a web server for static media assets, - and an application server that runs code in seven languages. -We are building a universal tool that compresses several layers of the modern +Unit is a universal web app server that 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 building block for any web architecture regardless of its complexity, from enterprise-scale deployments to @@ -27,7 +27,7 @@ platforms. ## Quick Installation -### macOS +### MacOS ``` console $ brew install nginx/unit/unit -- cgit From 3d930a7c5b39f4839a542132baa27c4f5dd93ebe Mon Sep 17 00:00:00 2001 From: Artem Konev Date: Wed, 18 Jan 2023 15:29:33 +0000 Subject: Removed repetitive phrasing from README. --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 544141b2..f5e0d3d4 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,16 @@ NGINX Unit is a lightweight and versatile open-source server that has three core capabilities: -- it is an HTTP reverse proxy, -- a web server for static media assets, -- and an application server that runs code in seven languages. +- acts as an HTTP reverse proxy, +- serves static media assets, +- runs application code in seven languages. -Unit is a universal web app server that 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 building block for any web -architecture regardless of its complexity, from enterprise-scale deployments to -your pet's homepage. +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 +of its complexity, from enterprise-scale deployments to your pet's homepage. -Unit's native RESTful JSON API enables dynamic updates with zero interruptions +Its native RESTful JSON API enables dynamic updates with zero interruptions and flexible configuration, while its out-of-the-box productivity reliably scales to production-grade workloads. We achieve that with a complex, asynchronous, multithreading architecture comprising multiple processes to @@ -27,7 +26,7 @@ platforms. ## Quick Installation -### MacOS +### macOS ``` console $ brew install nginx/unit/unit -- cgit From 014a5ab6cbccef897c2624d211631f7f52e1f2f2 Mon Sep 17 00:00:00 2001 From: Artem Konev Date: Wed, 10 May 2023 13:23:33 +0100 Subject: Toned down proxy messaging in README. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9ec7eca8..1d488ab8 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ ![NGINX Unit Logo](docs/unitlogo.svg) NGINX Unit is a lightweight and versatile open-source server that has -three core capabilities: +two primary capabilities: -- it is an HTTP reverse proxy, - a web server for static media assets, - and an application server that runs code in seven languages. -- cgit