aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-05 17:24:30 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-05 17:24:30 +0100
commit30ad8fa47e36b839869bbe29f8ad5a22345eed8c (patch)
tree4fe292d9bcde39a11643c20e5a05078e42af016e
parente8f30da21ec2dae0458e2745551a97bae9eed735 (diff)
Update httpd conf static asset location matching
-rw-r--r--config/httpd-vhost.conf-example2
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>