diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 367abf89..b0d327c4 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -5,7 +5,7 @@ threads = multiprocessing.cpu_count() * 2 + 1 worker_tmp_dir = '/dev/shm' -#bind = '127.0.0.1:5000' +bind = '0.0.0.0:5000' umask = 0o007 reload = False