diff options
Diffstat (limited to 'config/django.ini')
-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 a22d296..f238c17 100644 --- a/config/django.ini +++ b/config/django.ini @@ -11,15 +11,15 @@ gid = http socket = /tmp/uwsgi.sock chmod-socket = 664 -chown-socket = http:http +chown-socket = www-data:www-data # the base directory -chdir = /home/lxf/apps/luxagraf +chdir = /home/lxf/sites/luxagraf.net # django's wsgi file module = config.wsgi # the virtualenv -home = /home/lxf/apps/luxagraf/venv +home = /home/lxf/sites/luxagraf.net/venv buffer-size =65535 #plugin=python |