mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-07-27 07:54:54 +02:00
Listen on all addresses per default.
This commit is contained in:
parent
3f25d10e6f
commit
e68f1d64a3
@ -2,10 +2,10 @@
|
|||||||
http:
|
http:
|
||||||
# Address on which the server is listening on.
|
# Address on which the server is listening on.
|
||||||
#
|
#
|
||||||
# Sets it to '0.0.0.0' to listen on all addresses.
|
# Sets it to '127.0.0.1' to listen only on the local host.
|
||||||
#
|
#
|
||||||
# Default: 127.0.0.1
|
# Default: 0.0.0.0 (all addresses)
|
||||||
#host: '0.0.0.0'
|
#host: '127.0.0.1'
|
||||||
|
|
||||||
# Port on which the server is listening on.
|
# Port on which the server is listening on.
|
||||||
#
|
#
|
||||||
|
@ -323,7 +323,7 @@ var cfg = {
|
|||||||
// Defaults values.
|
// Defaults values.
|
||||||
cfg.merge({
|
cfg.merge({
|
||||||
'http': {
|
'http': {
|
||||||
'host': '127.0.0.1',
|
'host': '0.0.0.0',
|
||||||
'port': 80,
|
'port': 80,
|
||||||
},
|
},
|
||||||
'redis': {
|
'redis': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user