RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Speed up Rails with Nginx’s Reverse Proxy Cache

Nginx is a great web server for Rails apps, but did you know it also has powerful caching abilities? To take advantage, you’ll need to set appropriate HTTP cache headers in your Rails app, and then turn on reverse proxy caching in Nginx. Here’s my tutorial.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in