projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
015a615
)
Enabled the Last-Modified headers for assets
author
Tom Hughes
<tom@compton.nu>
Sun, 16 Jun 2019 17:53:11 +0000
(18:53 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sun, 16 Jun 2019 17:53:30 +0000
(18:53 +0100)
cookbooks/web/templates/default/apache.frontend.erb
patch
|
blob
|
history
diff --git
a/cookbooks/web/templates/default/apache.frontend.erb
b/cookbooks/web/templates/default/apache.frontend.erb
index
34ef049
..
08489dc
100644
(file)
--- a/
cookbooks/web/templates/default/apache.frontend.erb
+++ b/
cookbooks/web/templates/default/apache.frontend.erb
@@
-95,7
+95,6
@@
# Set expiry for assets
#
<Location /assets/>
- Header unset Last-Modified
Header unset ETag
FileETag None
@@
-106,7
+105,6
@@
# Set expiry for attachments
#
<Location /attachments/>
- Header unset Last-Modified
Header unset ETag
FileETag None