We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Gary Fibiger • 11 years ago

Thank you very much! :)

Jose Antonio Guerra • 12 years ago

Why not use Nginx as a frontend to Unicorn? It should reduce your memory footprint even more.

You know, every byte of RAM counts on a micro instance :)

David Anguita • 12 years ago

Nice one :)

You're right, Nginx consumes much less RAM (and it's generally faster) so it was our first choice on this micro instance. Unfortunately we need to have running another monitoring software that depends on apache2 and after some usage calculations we determined that Apache was a valid "lightweight" frontend for us.

Anyway, setting up a Nginx frontend for Unicorn is trivial too, it would be a great post update ;)

Thanks for the advice!

Guest • 12 years ago
David Anguita • 12 years ago

Hey Milena: This post was updated a few weeks ago to include "Setting up Nginx as a frontend of Unicorn" bonus block, so you can already find this topic here ;)