Comment 7 for bug 1475310

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/254798
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=6cd887423d12be9cc8f5b67fc6215f8a5bed6ca8
Submitter: Jenkins
Branch: master

commit 6cd887423d12be9cc8f5b67fc6215f8a5bed6ca8
Author: Vitaly Kramskikh <email address hidden>
Date: Tue Dec 8 17:46:51 2015 +0300

    Forbid caching / for fuel-web

    New header 'expires -1' forbids caching of / (index.html)
    to avoid caching issues which may exist after master node
    upgrade. This header is not needed for /static - for JS and
    other assets Fuel UI uses its own cachebusting mechanism.

    Change-Id: Ic9a199394a0167a4da977b5d135caf676e7d2b67
    Closes-Bug: #1475310