bind = 'unix:/tmp/gunicorn_web.sock' workers = 2 worker_class = 'gevent' logconfig = 'conf/logging.conf' pythonpath = '.' preload_app = True