README.md (2095:8c0978d786bd) README.md (2097:2227ab4f0812)
1# NGINX Unit
2
3## Universal Web App Server
4
5![NGINX Unit Logo](docs/unitlogo.png)
6
7NGINX Unit is a lightweight and versatile open-source server that has
8three core capabilities:

--- 48 unchanged lines hidden (view full) ---

57For details and available language packages, see the
58[docs](https://unit.nginx.org/installation/#official-packages).
59
60
61### Debian, Ubuntu
62
63``` console
64$ curl -sL 'https://unit.nginx.org/_downloads/setup-unit.sh' | sudo -E bash
1# NGINX Unit
2
3## Universal Web App Server
4
5![NGINX Unit Logo](docs/unitlogo.png)
6
7NGINX Unit is a lightweight and versatile open-source server that has
8three core capabilities:

--- 48 unchanged lines hidden (view full) ---

57For details and available language packages, see the
58[docs](https://unit.nginx.org/installation/#official-packages).
59
60
61### Debian, Ubuntu
62
63``` console
64$ curl -sL 'https://unit.nginx.org/_downloads/setup-unit.sh' | sudo -E bash
65
66# apt install unit
67```
68
69For details and available language packages, see the
70[docs](https://unit.nginx.org/installation/#official-packages).
71
72
73## Running a Hello World App

--- 111 unchanged lines hidden ---
65# apt install unit
66```
67
68For details and available language packages, see the
69[docs](https://unit.nginx.org/installation/#official-packages).
70
71
72## Running a Hello World App

--- 111 unchanged lines hidden ---