|
|
|
|
|
by callahad
746 days ago
|
|
Exactly, they're complements: you'd deploy your application on Unit and put that behind NGINX or another reverse proxy like Caddy or Traefik. Unit can serve static assets, directly host Python / PHP / WebAssembly workloads, automatically scale worker processes on the same node, and dynamically reconfigure itself without downtime. Unit cannot do detailed request/response rewriting, caching, compression, HTTP/2, or automatic TLS... yet. ;) |
|