python学习

This commit is contained in:
2019-08-26 08:50:08 +08:00
parent 18d9a65aeb
commit b3389f8db3
6 changed files with 141 additions and 168 deletions

View File

@@ -1,6 +1,6 @@
[uwsgi]
#源码目录
chdir=/data/www/Order
chdir=/data/www/order
#python 虚拟环境
home=/data/www/python3_vir
module=manager
@@ -14,4 +14,4 @@ pidfile=/data/www/logs/order.pid
chmod-socket=777
logfile-chmod=644
daemonize=/data/www/logs/order.log
static-map = /static=/data/www/Order/web/static
static-map = /static=/data/www/order/web/static