添加可作为web服务器运行的几个文件。

This commit is contained in:
lulu
2018-10-22 11:09:19 +08:00
parent 6ac5f86b88
commit a5b76cdbb3
4 changed files with 135 additions and 1 deletions

9
ConfigSys.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports={
protocol:'httpall',
host:'localhost',
port:undefined,
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
// sslKey: '/etc/letsencrypt/live/bittic.org/privkey.pem', // ssl key file,
// sslCert: '/etc/letsencrypt/live/bittic.org/cert.pem', // ssl cert file,
// sslCA: '../SSL/ca_bundle.crt', // ssl ca file,
}