potential fix for tag page?
This commit is contained in:
@@ -28,7 +28,12 @@ export default (router, tpl) => {
|
|||||||
LIMIT 500
|
LIMIT 500
|
||||||
;
|
;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
res.setHeader('Cache-Control', 'no-store, no-cache, must-revalidate, proxy-revalidate');
|
||||||
|
res.setHeader('Pragma', 'no-cache');
|
||||||
|
res.setHeader('Expires', '0');
|
||||||
|
res.setHeader('Surrogate-Control', 'no-store');
|
||||||
|
|
||||||
res.reply({
|
res.reply({
|
||||||
body: tpl.render('tags', {
|
body: tpl.render('tags', {
|
||||||
toptags,
|
toptags,
|
||||||
|
|||||||
Reference in New Issue
Block a user