Commit 7afc78bc by Aeolus

update

parent 5c17dea5
[uwsgi]
# uwsgi 启动时所使用的地址与端口
socket = 127.0.0.1:8893
# 指向网站目录
chdir = /data/www/sukang24h
# python 启动程序文件
wsgi-file = sukang_app.py
# python 程序内用以启动的 application 变量名
callable = app
# 处理器数
processes = 4
# 线程数
threads = 8
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