|
|
|
|
|
by franga2000
1877 days ago
|
|
I think both fpm and wsgi would fall under what OP called "proxying to application servers", despite using a different protocol. Yes it's technically "serving", but so is proxying and literally anything else a "server" does. Maybe "hosting" is a better term: both can serve any content, including dynamic, but apache can often host it as well (without an external server), which nginx can't do nearly as well. |
|
> Considering nginx is really just good at serving static content...
That's not correct at all. Regardless of how the request handled, serving dynamic content on nginx is trivial.