Commit 433e9d1
Eric Bower
·
2026-04-19 23:29:44 -0400 EDT
parent c8e853b
fix(pgs): typo
1 files changed,
+1,
-1
+1,
-1
| ... | ... | @@ -271,7 +271,7 @@ func (h *ApiAssetHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { | |
| 271 | 271 | // long TTL for shared cache (our cache), | |
| 272 | 272 | // then must revalidate using ETag | |
| 273 | 273 | cc := fmt.Sprintf( | |
| 274 | - | "max-age=60, s-maxage=%0.f must-revalidate", | |
| 274 | + | "max-age=60, s-maxage=%0.f, must-revalidate", | |
| 275 | 275 | h.Cfg.CacheTTL.Seconds(), | |
| 276 | 276 | ) | |
| 277 | 277 | w.Header().Set("cache-control", cc) |