diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-05 17:24:30 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-05 17:24:30 +0100 |
commit | 30ad8fa47e36b839869bbe29f8ad5a22345eed8c (patch) | |
tree | 4fe292d9bcde39a11643c20e5a05078e42af016e | |
parent | e8f30da21ec2dae0458e2745551a97bae9eed735 (diff) |
Update httpd conf static asset location matching
-rw-r--r-- | config/httpd-vhost.conf-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index 3b152515a..a8b9df3eb 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -126,7 +126,7 @@ # Cache assets ExpiresActive On - <LocationMatch "^/(images|javascripts|stylesheets).*\.(ico|gif|jpe?g|png|js|css|svg|ttf|otf|eot|woff)$"> + <LocationMatch "^/(assets).*\.(ico|gif|jpe?g|png|js|css|svg|ttf|otf|eot|woff)$"> ExpiresDefault "access plus 1 day" </LocationMatch> |