Commit 78caa9e
committed
Add query parameter for GCS cache busting
Google may store storage objects in various edge caches according to
the given cache-lifetime controlled via Cache-Control and Expires.
Therefore, if metadata was changed, these changes may not be visible
to this Nginx. In order to get always the freshest version, we append
the request id as a query parameter as a "cache buster".1 parent 208a928 commit 78caa9e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments