Remove Cache-Control header from HTML content

This commit is contained in:
MICHAEL JACKSON
2017-06-09 13:36:31 -07:00
parent db8f1fa5a0
commit 9bc5d47f1e
3 changed files with 12 additions and 18 deletions

View File

@ -103,7 +103,6 @@ const defaultServerConfig = {
// for the middleware
registryURL: process.env.REGISTRY_URL || 'https://registry.npmjs.org',
redirectTTL: process.env.REDIRECT_TTL || 500,
autoIndex: !process.env.DISABLE_INDEX
}