Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cache-Control header to static resources to help caching #901

Merged
merged 1 commit into from
Jan 24, 2020
Merged

Commits on Jan 23, 2020

  1. Add Cache-Control header to static resources to help caching

    Prior to this change putting the dashboard behind ALB
    broke static resource caching.  ALB seems to remove the
    Date header from the response it proxies, however it obeys
    explicit Cache-Control headers.
    
    Static resources coming from webpack already have a content hash
    as part of their name so we can already assume each URL points to
    an immutable resource.
    nzmsv authored and Greg Inozemtsev committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    e1f56fd View commit details
    Browse the repository at this point in the history