Nginx: Far future expires
nginx’s ngx_http_headers_module provides the expires option, which control the Expires and Cache-Control HTTP headers.
For example, this will set expiration to the maximum expiration
location /media/js { expires max; } location /media/css { expires max; }
source:
$link[host]
Read Original Source