DEV Community

Discussion on: Accelerate your website with Nginx as a reverse proxy cache

Collapse
 
lautarocastillo profile image
Lautaro C

Hi Shameen, very interesting article! I have a doubt about using Nginx with dynamic content. Could I store on cache some JSON responses from my Rails server? Many thanks

Collapse
 
shameemreza profile image
Shameem Reza

Yes you can. But probably you need to do some sockets configuration to cache JSON response on Rails server. You can read this guide for clear understanding: medium.com/@leshchuk/http-cache-on...