Small changes
This commit is contained in:
parent
f93479e8e8
commit
f00d7873c9
5 changed files with 13 additions and 32 deletions
|
|
@ -4,25 +4,25 @@ uid = www-data
|
|||
gid = www-data
|
||||
# Django-related settings
|
||||
# the base directory (full path)
|
||||
chdir = /var/www/notes-ker-lann
|
||||
chdir = /var/www/notes-ker-lann/notes-ker-lann
|
||||
# Django's wsgi file
|
||||
#module = winaps.wsgi:application
|
||||
# the virtualenv (full path)
|
||||
home = /var/www/notes-ker-lann/env
|
||||
wsgi-file = /var/www/notes-ker-lann/note_kfet/wsgi.py
|
||||
home = /var/www/notes-ker-lann/notes-ker-lann/env
|
||||
wsgi-file = /var/www/notes-ker-lann/notes-ker-lann/note_kfet/wsgi.py
|
||||
plugin = python3
|
||||
# process-related settings
|
||||
# master
|
||||
master = true
|
||||
# maximum number of worker processes
|
||||
processes = 10
|
||||
processes = 2
|
||||
# the socket (use the full path to be safe
|
||||
socket = /var/www/notes-ker-lann/notes-ker-lann.sock
|
||||
socket = /var/www/notes-ker-lann/notes-ker-lann/notes-ker-lann.sock
|
||||
# ... with appropriate permissions - may be needed
|
||||
chmod-socket = 664
|
||||
# clear environment on exit
|
||||
vacuum = true
|
||||
# Touch reload
|
||||
touch-reload = /var/www/notes-ker-lann/note_kfet/settings/__init__.py
|
||||
touch-reload = /var/www/notes-ker-lann/notes-ker-lann/uwsgi_note.ini
|
||||
# Enable threads
|
||||
enable-threads = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue