diff options
author | luxagraf <sng@luxagraf.net> | 2018-10-07 21:04:32 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-10-07 21:04:32 -0500 |
commit | 1251d41ea2eb47983a42697771c30568eb767d78 (patch) | |
tree | 5e5ac32bd2362601ca109705daf4d2bcb77f91cf /config | |
parent | ffcba7a415171a9c065e9b5b913eeac12c37e4b0 (diff) | |
parent | d81991b2498463e46fa5abc71e63f2c1da29cfd6 (diff) |
Merge branch 'master' of ssh://lux2:/home/lxf/git/luxagraf
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 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 |