mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-04-08 20:55:02 +02:00
Minor comment update.
This commit is contained in:
parent
5a32a55900
commit
ee1d1f3852
@ -39,6 +39,17 @@
|
||||
*/
|
||||
return array(
|
||||
|
||||
'listen' => array(
|
||||
|
||||
/* For security concerns, only local connections are accepted
|
||||
* by default.
|
||||
*
|
||||
* Uncomment the following entry to accept external connections.
|
||||
*/
|
||||
//'tcp://0.0.0.0:1024',
|
||||
|
||||
),
|
||||
|
||||
// For now, XCP servers/pool masters must be defined in this file.
|
||||
'xcp' => array(
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user