remove unused httpPaths from manifest

This commit is contained in:
Girish Ramakrishnan
2021-11-09 21:50:12 -08:00
parent 48b75accdd
commit 68db4524f1
4 changed files with 3 additions and 11 deletions

View File

@@ -507,7 +507,6 @@ async function writeAppNginxConfig(app, fqdn, bundle) {
id: app.id,
location: nginxLocation(safe.query(app.manifest, 'addons.proxyAuth.path') || '/')
},
httpPaths: app.manifest.httpPaths || {},
ocsp: await isOcspEnabled(bundle.certFilePath)
};
const nginxConf = ejs.render(NGINX_APPCONFIG_EJS, data);