update
This commit is contained in:
@@ -30,7 +30,7 @@ export class HttpsPem {
|
|||||||
if (config.https) {
|
if (config.https) {
|
||||||
const httpsType = config.https?.type || 'https';
|
const httpsType = config.https?.type || 'https';
|
||||||
if (httpsType !== 'https') {
|
if (httpsType !== 'https') {
|
||||||
console.log(chalk.yellow('当前配置文件 https.type 不是 https, 不使用证书'));
|
// console.log(chalk.yellow('当前配置文件 https.type 不是 https, 不使用证书'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.isHttps = true;
|
this.isHttps = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user