File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 39
39
Header set Cache-Control "no-cache"
40
40
</Directory>
41
41
42
- <Directory /opt/bitnami/apache/htdocs/gridadmin/static />
42
+ <Directory /opt/bitnami/apache/htdocs/gridadmin/assets />
43
43
# All files in this folder are public and have in their name
44
44
# the hash of their content, so cache them very aggressively
45
45
# as per recommended best practices
46
+ # NOTE: coincidentally, this moves us out of a nasty apache bug
47
+ # where etags don't work at all with mod_deflate and apache never
48
+ # sends 304 for its own etags (304 only when manually removing the
49
+ # extra "-gzip" etag suffix). See
50
+ # https://bz.apache.org/bugzilla/show_bug.cgi?id=45023
46
51
Header set Cache-Control "public, max-age=31536000, immutable"
47
52
</Directory>
48
53
You can’t perform that action at this time.
0 commit comments