fiewolf1000 commited on
Commit
9559e1d
·
verified ·
1 Parent(s): b9e1cc0

Update gunicorn.conf.py

Browse files
Files changed (1) hide show
  1. gunicorn.conf.py +1 -1
gunicorn.conf.py CHANGED
@@ -1,5 +1,5 @@
1
  # 项目根目录新建gunicorn.conf.py
2
- bind = "0.0.0.0:8888"
3
  workers = 1 # 单worker避免资源竞争
4
  timeout = 120 # 延长超时时间
5
  keepalive = 5
 
1
  # 项目根目录新建gunicorn.conf.py
2
+ bind = "0.0.0.0:7860"
3
  workers = 1 # 单worker避免资源竞争
4
  timeout = 120 # 延长超时时间
5
  keepalive = 5