mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
indent
This commit is contained in:
@@ -32,7 +32,7 @@ var path = require('path'),
|
||||
if(nconf.get('ssl')) {
|
||||
server = require('https').createServer({
|
||||
key: fs.readFileSync(nconf.get('ssl').key),
|
||||
cert: fs.readFileSync(nconf.get('ssl').cert)
|
||||
cert: fs.readFileSync(nconf.get('ssl').cert)
|
||||
}, WebServer);
|
||||
} else {
|
||||
server = require('http').createServer(WebServer);
|
||||
|
||||
Reference in New Issue
Block a user