Nginx Caching for Passenger Applications

Mar 11, 2022 11:25

Suppose you're running an application on a Passenger + Nginx powered server and you want to add caching.

Perhaps your application has a dynamic, public endpoint but the contents don't change super-frequently or it isn't critically-important that the user always gets up-to-the-second accuracy,

https://danq.me/2022/03/11/nginx-passenger-caching/

node, nginx, web, caching, proxy, python, ruby, passenger

Previous post Next post
Up