Nginx Unit – Universal web app server

NGINX Unit is an open-source server that serves static media assets and runs application code in seven different languages. It aims to simplify web architecture regardless of complexity, from enterprise deployments to personal websites. What sets NGINX Unit apart is its native RESTful JSON API, which allows for dynamic updates without interruption and flexible configuration. The server’s architecture, utilizing multiple processes, ensures security and robustness while optimizing performance on today’s computing platforms. NGINX Unit can be easily installed on macOS, Docker, Amazon Linux, Fedora, RedHat, Debian, and Ubuntu. As an example, the article suggests running a basic “Hello World” PHP script.

https://github.com/nginx/unit

To top