|
|
|
|
|
by iagooar
3418 days ago
|
|
Could you elaborate on that? How would one accept the tradeoff of having one more piece of software to manage vs performance or other considerations? I've heard cowboy does a pretty solid job serving requests, even static files (although not as good as Nginx). |
|
At that point it just becomes a matter of "do I want to configure nginx or cowboy?"
If you have SSL at the load balancer and you're using a CDN for assets then it's less compelling. If you're looking to deploy a full encapsulated binary (server and all) then avoiding nginx makes sense.
That's basically it though.