From 512a58de33e92bf6308a210a07f7534da3f23e7c Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Wed, 20 May 2015 17:24:52 -0700 Subject: [PATCH] Changed flashy.ini to match the one in production. --- flashy.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = -- 1.9.1