How to monitor nginx proxy cache?
- by Isaac
I would like to see which objects get cached by my nginx reverse proxy (with an apache as a backend). So far I could not find a way, only the info that its not implemented yet.
The reason is that I would like to tweak my configuration for best performance without putting too much stress on the server, as the backend is a production system. I know…