Stop setting a long max-age for the viewing store items
As as new derivations are loaded, the contents of the page can change.
This commit is contained in:
parent
a0ce016c02
commit
acf1735a0f
1 changed files with 1 additions and 2 deletions
|
|
@ -172,8 +172,7 @@
|
||||||
((file-name output-id rest ...)
|
((file-name output-id rest ...)
|
||||||
(select-derivations-using-output
|
(select-derivations-using-output
|
||||||
conn output-id))))
|
conn output-id))))
|
||||||
derivations))
|
derivations)))))))
|
||||||
#:extra-headers http-headers-for-unchanging-content)))))
|
|
||||||
|
|
||||||
(define handle-static-assets
|
(define handle-static-assets
|
||||||
(if assets-dir-in-store?
|
(if assets-dir-in-store?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue