77NGINX Unit is a lightweight and versatile open-source server that has
88three core capabilities:
99
10- - it is an HTTP reverse proxy,
11- - a web server for static media assets,
12- - and an application server that runs code in seven languages.
10+ - acts as an HTTP reverse proxy,
11+ - serves static media assets,
12+ - runs application code in seven languages.
1313
14- Unit is a universal web app server that compresses several layers of the modern
15- application stack into a potent, coherent solution with a focus on performance,
16- low latency, and scalability. It is intended as a building block for any web
17- architecture regardless of its complexity, from enterprise-scale deployments to
18- your pet's homepage.
14+ Unit compresses several layers of the modern application stack into a potent,
15+ coherent solution with a focus on performance, low latency, and scalability. It
16+ is intended as a universal building block for any web architecture regardless
17+ of its complexity, from enterprise-scale deployments to your pet's homepage.
1918
20- Unit's native RESTful JSON API enables dynamic updates with zero interruptions
19+ Its native RESTful JSON API enables dynamic updates with zero interruptions
2120and flexible configuration, while its out-of-the-box productivity reliably
2221scales to production-grade workloads. We achieve that with a complex,
2322asynchronous, multithreading architecture comprising multiple processes to
@@ -27,7 +26,7 @@ platforms.
2726
2827## Quick Installation
2928
30- ### MacOS
29+ ### macOS
3130
3231``` console
3332$ brew install nginx/unit/unit
0 commit comments