diff options
-rw-r--r-- | config/django.ini | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/django.ini b/config/django.ini index 83db606..328de80 100644 --- a/config/django.ini +++ b/config/django.ini @@ -1,17 +1,16 @@ # django.ini file [uwsgi] -# master -master = true - # maximum number of processes processes = 3 # the socket (use the full path to be safe) -socket = /tmp/uwsgi.sock +uid = www-data +gid = www-data -# with appropriate permissions - *may* be needed -chmod-socket = 664 +socket = /tmp/uwsgi.sock +chmod-socket = 664 +chown-socket = www-data:www-data # the base directory chdir = /home/lxf/apps/luxagraf |