diff options
| -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> | 
