bind to all network interfaces by default

This commit is contained in:
James Page 2013-09-30 14:29:32 +01:00
parent 8a8da35a05
commit 464bc4bc65
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[DEFAULT]
bind_ip = {{ local_ip }}
bind_ip = 0.0.0.0
bind_port = {{ account_server_port }}
workers = 2

View File

@ -1,5 +1,5 @@
[DEFAULT]
bind_ip = {{ local_ip }}
bind_ip = 0.0.0.0
bind_port = {{ container_server_port }}
workers = 2

View File

@ -1,5 +1,5 @@
[DEFAULT]
bind_ip = {{ local_ip }}
bind_ip = 0.0.0.0
bind_port = {{ object_server_port }}
workers = 2