bind to all network interfaces by default
This commit is contained in:
parent
8a8da35a05
commit
464bc4bc65
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
bind_ip = {{ local_ip }}
|
||||
bind_ip = 0.0.0.0
|
||||
bind_port = {{ account_server_port }}
|
||||
workers = 2
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
bind_ip = {{ local_ip }}
|
||||
bind_ip = 0.0.0.0
|
||||
bind_port = {{ container_server_port }}
|
||||
workers = 2
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
bind_ip = {{ local_ip }}
|
||||
bind_ip = 0.0.0.0
|
||||
bind_port = {{ object_server_port }}
|
||||
workers = 2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user