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:
@@ -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)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user