commit | 01304a814f93bc2dafaa7df3ea2936d6cc0af840 | [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 | 24b1882b354401eefa18cd6e8092410263368953 [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