summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGitea <gitea@fake.local>2021-08-14 20:08:49 -0400
committerGitea <gitea@fake.local>2021-08-14 20:08:49 -0400
commit02207b80082fc2273dcad2e9372c87fa0707e890 (patch)
tree41397c78eb2b09933c33910b16369ebc333a5cc7 /config
parent344767d63038c54587a74a18e5a4be0759511875 (diff)
fixed upload path
Diffstat (limited to 'config')
-rw-r--r--config/django.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/django.ini b/config/django.ini
index f238c17..4bd0589 100644
--- a/config/django.ini
+++ b/config/django.ini
@@ -9,17 +9,17 @@ enable-threads = true
uid = http
gid = http
-socket = /tmp/uwsgi.sock
+socket = /tmp/uwsgiwandren.sock
chmod-socket = 664
chown-socket = www-data:www-data
# the base directory
-chdir = /home/lxf/sites/luxagraf.net
+chdir = /home/lxf/sites/wandrenbooks.net
# django's wsgi file
module = config.wsgi
# the virtualenv
-home = /home/lxf/sites/luxagraf.net/venv
+home = /home/lxf/sites/wandrenbooks.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/wandren.log