diff options
author | Gitea <gitea@fake.local> | 2021-07-14 09:34:08 -0400 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-07-14 09:34:08 -0400 |
commit | e3a78ecf5a3a84afb91e8f338e2aa8f2c28a35fa (patch) | |
tree | 94f9105eed53b81efebf5abc63fc2e42bc9dfc3a /config | |
parent | 39086b58106ff6181d029e0ef845593605821873 (diff) |
updated django.ini
Diffstat (limited to 'config')
-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 |