February 2018
Beginner to intermediate
348 pages
9h 40m
English
Where nginScript allows us to implement logic in Nginx itself, Unit helps us manage the potentially complex ecosystem of backend services.
A typical microservice architecture usually consists of many distributed services, to just mention a few potentials:
Managing these servers, keeping Nginx configuration updated as well as managing load balancing and IPs quickly becomes a pain.
This is where Nginx Unit comes in. Unit is an open source application server designed to lessen the pain of managing a highly distributed architecture. This includes managing configurations of programming languages, ...