diff options
Diffstat (limited to 'config/django.ini')
-rw-r--r-- | config/django.ini | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/django.ini b/config/django.ini index 4cf9697..d1b157a 100644 --- a/config/django.ini +++ b/config/django.ini @@ -1,18 +1,18 @@ # django.ini file [uwsgi] -plugins = python +#plugins = python # maximum number of processes processes = 4 max-requests = 5000 enable-threads = true # the socket (use the full path to be safe) -socket = /run/uwsgi/%n.sock +socket = /var/run/uwsgi/%n.sock -uid = http -gid = http +uid = www +gid = www chmod-socket = 664 -chown-socket = http:http +chown-socket = www:www # the base directory chdir = /home/lxf/sites/luxagraf @@ -29,5 +29,5 @@ limit-post = 0 # clear environment on exit vacuum = true logto = /var/log/uwsgi/luxagraf.log -logfile-chown = http:http +logfile-chown = www:www logfile-chmod = 664 |