Subscribe

How to install unit in CentOS/RHEL 7 (x86_64)

NGINX Unit

License: ASL 2.0 Vendor: Nginx Software, Inc. https://www.nginx.com/

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum -y install yum-utils
sudo yum-config-manager --enable getpagespeed-extras-mainline
sudo yum -y install unit

Description

NGINX Unit is a runtime and delivery environment for modern distributed applications. It runs the application code in multiple languages (PHP, Python, Go, etc.), and tightly couples it with traffic delivery in and out of the application. Take this application server and proxy directly in the cloud / container environments and fully control your app dynamically via an API.

RPMs

Andrei Belov (2017-09-06) - First public release.