Files
order/uwsgi.ini
2019-08-21 18:02:05 +08:00

17 lines
307 B
INI

[uwsgi]
#源码目录
chdir=/Order
#python 虚拟环境
home=/imooc_env
module=manager
callable=app
master=true
processes=4
http=0.0.0.0:8889
socket=/logs/order.sock
buffer-size=65535
pidfile=/logs/order.pid
chmod-socket=777
logfile-chmod=644
daemonize=/logs/order.log
static-map = /static=/order/web/static