Hacker News new | ask | show | jobs
by peedy 4322 days ago
I think you can setup nginx proxy with cache. Unfortunately, that's easy only for public files and authenticated requests won't save you much (for that you can also write a small script to authenticate yourself if there's a cache hit).
1 comments

Oh, yes, thanks for the suggestion. I will see if I can use NGINX as a proxy, all my files are public anyway.