summaryrefslogtreecommitdiff
path: root/config/django.ini
diff options
context:
space:
mode:
Diffstat (limited to 'config/django.ini')
-rw-r--r--config/django.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/django.ini b/config/django.ini
index f238c17..54c824a 100644
--- a/config/django.ini
+++ b/config/django.ini
@@ -6,20 +6,20 @@ processes = 4
max-requests = 5000
enable-threads = true
# the socket (use the full path to be safe)
-uid = http
-gid = http
+uid = www-data
+gid = www-data
-socket = /tmp/uwsgi.sock
+socket = /tmp/uwsgi-libregraf.sock
chmod-socket = 664
chown-socket = www-data:www-data
# the base directory
-chdir = /home/lxf/sites/luxagraf.net
+chdir = /home/lxf/sites/libregraf.net
# django's wsgi file
module = config.wsgi
# the virtualenv
-home = /home/lxf/sites/luxagraf.net/venv
+home = /home/lxf/sites/libregraf.net/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/libre.log