gun_conf.py 233 Bytes 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 # coding=utf-8 import os bind='0.0.0.0:8840' workers=1 backlog=2048 worker_class="gevent" #daemon=True threads =8 pidfile='logs/gunicore.pid' loglevel='info' accesslog='logs/gunicorn.log' errorlog='logs/gunicorn.err.log'