NGINX

NGINX (“engine x”) is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy server, and mail proxy server.

It was designed for solve C10K problem that single server service 10_000 request

Class framework: User –> Nginx –> Node.js/Jave/Python

Proxy for Open-WebUI

Acronym

  • LNMP: Linux, Nginx, MySQL, PHP
  • LEMP: Same as LNMP
  • LAMP: Replace Nginx with Apache in LNMP
  • LNMPA: Send dynamic request to Apache in LNMP

References