h1. Nginx Caching *[X]* - https://serversforhackers.com/nginx-caching *[X]* - https://www.nginx.com/blog/nginx-caching-guide/ https://www.mnot.net/cache_docs/ hr. http://wiki.nginx.org/HttpCoreModule#location http://nicholaskuechler.com/2011/04/24/nginx-how-to-set-expires-headers-for-images/ br. curl -I http://toledoweather.info/images/day1otlk_1300.gif HTTP/1.1 200 OK Server: nginx/1.1.19 Date: Thu, 10 Sep 2015 15:07:17 GMT Content-Type: image/gif Content-Length: 29223 Last-Modified: Thu, 10 Sep 2015 15:00:09 GMT Connection: keep-alive Expires: Thu, 10 Sep 2015 15:07:16 GMT Cache-Control: no-cache Accept-Ranges: bytes #nginx #caching