commit | 595cbe9cb9673865564b6c2c74c134951b35198d | [log] [tgz] |
---|---|---|
author | Tony Mack <tmack@cs.princeton.edu> | Tue Oct 27 18:16:03 2015 -0400 |
committer | Tony Mack <tmack@cs.princeton.edu> | Tue Oct 27 18:16:03 2015 -0400 |
tree | 2e6cc122eb70d7bac14c02916f9065428e2a6512 | |
parent | 80bb322b11db3a8673f3176902a3ee898153fb89 [diff] |
listen on all addresses
diff --git a/xos/configurations/opencloud/run_opencloud b/xos/configurations/opencloud/run_opencloud index de4af09..f37e8c3 100644 --- a/xos/configurations/opencloud/run_opencloud +++ b/xos/configurations/opencloud/run_opencloud
@@ -14,4 +14,4 @@ wait_postgres service supervisor start cd /opt/xos -python manage.py runserver 127.0.0.1:8000 --insecure +python manage.py runserver 0.0.0.0:8000 --insecure