From 79156a356fc41ab0465838336ce3a32497644930 Mon Sep 17 00:00:00 2001 From: jianbo <263303411@qq.com> Date: Wed, 21 Aug 2019 17:47:34 +0800 Subject: [PATCH] =?UTF-8?q?python=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 15 ++++++++++----- uwsgi.ini | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 02591c9..f50c1f3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,10 +1,7 @@ - - - - + @@ -614,6 +618,7 @@ + diff --git a/uwsgi.ini b/uwsgi.ini index 37cd22f..fe18768 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -14,4 +14,4 @@ pidfile=/logs/order.pid chmod-socket=777 logfile-chmod=644 daemonize=/logs/order.log -static-map = /static=/data/www/Order/web/static \ No newline at end of file +static-map = /static=/order/web/static \ No newline at end of file