mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 17:22:00 -04:00
Merge 668ce82569
into ab148ebc1a
This commit is contained in:
commit
065c1ef824
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ exports.restartServer = function () {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
console.log( "SSL -- not enabled!" );
|
console.warn( "SSL -- not enabled!" );
|
||||||
|
|
||||||
var http = require('http');
|
var http = require('http');
|
||||||
server = http.createServer(app);
|
server = http.createServer(app);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue