Comment on GitHub's Unicorn SetupparentComments−defunkt16yUnicorn is not for slow clients or static assets. That's what nginx is for. See http://unicorn.bogomips.org/PHILOSOPHY.html for info on Unicorn and slow clients.nginx also has features like ESI, serving from memcached, and rate limiting which Unicorn does not (and doesn't need).
Comments
Unicorn is not for slow clients or static assets. That's what nginx is for. See http://unicorn.bogomips.org/PHILOSOPHY.html for info on Unicorn and slow clients.
nginx also has features like ESI, serving from memcached, and rate limiting which Unicorn does not (and doesn't need).