expires allows you to set expiration header relative to the request time. It allows you to set different expiration durations base on a path matching a regular expression.
Syntax
match: a regular expression matching on path and an expiration duration. Match subdirective can be repeated as many times as you want but only the first matching will be used. Duration is a combination of 0y0m0d0h0i0s in that order. Parts can be omitted.
Expires various assets.
Expires based on header value
You can also match on the value of a RESPONSE header. Useful for content-type matching for instance.
Related Links
Documentation
Access the full documentation for this plugin off-site:
Get help from the maintainers of the http.expires plugin:
Plugin Website
Visit http.expires’s website for more information:
Plugin Author: Hugues Lismonde
Last Updated: 17 Mar 2019, 11:38 PM