add production configuration

This commit is contained in:
Luk Lu
2019-12-14 14:40:57 +08:00
parent 1e324a2498
commit b2a1286fe7
4 changed files with 21 additions and 11 deletions

View File

@@ -1,6 +1,3 @@
module.exports={
// sslType: 'file',
// sslKey: '/etc/letsencrypt/live/HOST/privkey.pem', // ssl key file,
// sslCert: '/etc/letsencrypt/live/HOST/fullchain.pem', // ssl cert file,
// sslCA: '/etc/letsencrypt/live/HOST/bundle.pem', // ssl ca file,
}