Commit fdf42f80 authored by zhongshangwu's avatar zhongshangwu

修改gunicorn监听端口

parent b15a36aa
import multiprocessing
workers = multiprocessing.cpu_count() + 1
bind = '0.0.0.0:8005'
bind = '0.0.0.0:8000'
proc_name = 'courier'
timeout = 3600
preload_app = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment