mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Ip => IP typo fix; +comment for SSL
This commit is contained in:
parent
eed6b752d4
commit
e8bca8ea04
1 changed files with 5 additions and 2 deletions
|
@ -11,13 +11,16 @@
|
||||||
// alternatively, set up a fully specified Url to your own favicon
|
// alternatively, set up a fully specified Url to your own favicon
|
||||||
"favicon": "favicon.ico",
|
"favicon": "favicon.ico",
|
||||||
|
|
||||||
//Ip and port which etherpad should bind at
|
//IP and port which etherpad should bind at
|
||||||
"ip": "0.0.0.0",
|
"ip": "0.0.0.0",
|
||||||
"port" : 9001,
|
"port" : 9001,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Node native SSL support
|
// Node native SSL support
|
||||||
// make sure to have the correct file access permissions set
|
// this is disabled by default
|
||||||
|
//
|
||||||
|
// make sure to have the minimum and correct file access permissions set
|
||||||
|
// so that the Etherpad server can access them
|
||||||
|
|
||||||
"ssl" : {
|
"ssl" : {
|
||||||
"key" : "/path-to-your/server.key",
|
"key" : "/path-to-your/server.key",
|
||||||
|
|
Loading…
Reference in a new issue