|
|
|
|
|
by DrFalkyn
819 days ago
|
|
nginx/apache work well as secure reverse-proxies, load-balancers/etc. to the application servers. Complicating them with hooks for a bunch of random APIs is asking for trouble. Let the application servers sit behind them so they don't have to worry about those issues, and nginx/apache don't have to worry about application server issues |
|