You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
There's a small block in catalyst's /etc/httpd/conf.d/01_catalyst.conf labeled "TODO: test". Is it needed or helpful?
### TODO: test
# Cache Rails finger-printed assets, as per
# http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets
# Try only match if the asset actually has a fingerprint in it.
<LocationMatch "^/assets/.*-[0-9a-f]{32}.*$">
#<Location /assets/>
# Use of ETag is discouraged when Last-Modified is present
Header unset ETag
FileETag None
# RFC says only cache for 1 year
ExpiresActive On
ExpiresDefault "access plus 1 year"
</LocationMatch>
The text was updated successfully, but these errors were encountered:
There's a small block in catalyst's
/etc/httpd/conf.d/01_catalyst.conf
labeled "TODO: test". Is it needed or helpful?The text was updated successfully, but these errors were encountered: