diff --git a/flashy.ini b/flashy.ini index 8c5f2e8..a0f1161 100644 --- a/flashy.ini +++ b/flashy.ini @@ -8,16 +8,16 @@ gid = 1007 # the base directory (full path) chdir = /srv/flashy-backend/ # Django's wsgi file -module = flashy.wsgi +wsgi-file = flashy/wsgi_django.yp # the virtualenv (full path) home = /srv/flashy-backend/venv/ -logger = file:/var/log/uwsgi +logger = file:/var/log/wsgi_django # process-related settings # maximum number of worker processes -# processes = 1 -http = :7001 +processes = 4 +http = :7002 # load the secrets file -for-readline = file:/srv/flashy-backend/secrets +for-readline = /srv/flashy-backend/secrets env = %(_) endfor =