Update index.js
This commit is contained in:
parent
fc626a6724
commit
45976a8916
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ config.isPDFExportEnable = config.allowpdfexport
|
|||
|
||||
// generate correct path
|
||||
config.sslcapath.forEach(function (capath, i, array) {
|
||||
array[i] = path.resolve(appRootPath, capath)
|
||||
array[i] = path.resolve(appRootPath, capath)
|
||||
})
|
||||
|
||||
config.sslcertpath = path.join(appRootPath, config.sslcertpath)
|
||||
|
|
Loading…
Reference in a new issue