7 ms·
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
by peedy 12y 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).
- kawsper 12y agoOh, yes, thanks for the suggestion. I will see if I can use NGINX as a proxy, all my files are public anyway.