secondaryDomains are always required

they can still become empty after an update but install and change_location
requires them

part of #809
This commit is contained in:
Girish Ramakrishnan
2022-01-20 16:57:30 -08:00
parent e8577d4d85
commit f017e297f7
2 changed files with 13 additions and 16 deletions

View File

@@ -500,7 +500,7 @@ async function writeAppNginxConfig(app, fqdn, type, bundle) {
robotsTxtQuoted: null,
cspQuoted: null,
hideHeaders: [],
proxyAuth: null,
proxyAuth: { enabled: false },
ocsp: await isOcspEnabled(bundle.certFilePath)
};