-
…in reply to @undefined
gharrower KobbyFletcher _davideast ahmetb _danoc Cloudflare That's something you set in your code. For a generated page: res.set('Cache-Control',
public, max-age=${4 * 60 * 60}
); As well as static: app.use(express.static(path.join(__dirname, 'public'), {maxAge: 60 * 60 * 1000}));