From 94948063a35195714fad614bba3f89d875c07672 Mon Sep 17 00:00:00 2001 From: chaosBreaking Date: Sat, 31 Aug 2019 23:48:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9ssl=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 61614ef..7c41400 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,6 @@ module.exports = { port: 80, - protocol: 'http', + protocol: 'httpall', host: 'localhost', + sslType: 'file' }; \ No newline at end of file