diff options
-rw-r--r-- | config/django.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/django.ini b/config/django.ini index f238c17..711891c 100644 --- a/config/django.ini +++ b/config/django.ini @@ -14,12 +14,12 @@ chmod-socket = 664 chown-socket = www-data:www-data # the base directory -chdir = /home/lxf/sites/luxagraf.net +chdir = /home/lxf/sites/django # django's wsgi file module = config.wsgi # the virtualenv -home = /home/lxf/sites/luxagraf.net/venv +home = /home/lxf/sites/django/venv buffer-size =65535 #plugin=python @@ -27,4 +27,4 @@ limit-as = 1024 limit-post = 0 # clear environment on exit vacuum = true -logto = /var/log/uwsgi/test.log +logto = /var/log/uwsgi/django.log |