python学习
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user