|
|
|
|
|
by RussianCow
3424 days ago
|
|
Practically every company I've worked with uses an HTTP reverse proxy. When you use something like nginx, it's really not hard at all to get right. Support for HTTP is more widespread than support for FastCGI these days, especially with more obscure tech stacks. Edit: You can run multiple apps on separate ports, so that shouldn't be an issue. |
|
Well, there are people who can say the same about Node.js or RoR. Not that it makes a majority.
> When you use something like nginx, it's really not hard at all to get right.
It's not a matter of nginx. It's a matter of what assumptions are hardcoded in the application.
> Edit: You can run multiple apps on separate ports, so that shouldn't be an issue.
Of course it is an issue. Such a deployment looks terrible at best.