Nginx proxy caching - how to check if it is working?

Solution 1:

You can view headers with

  • the Firefox addon firebug
  • the Chrome debugging console
  • cURL (curl -I <address>)
  • ...