From 2f3f6d1b377379d30457219f7beb745247785b5c Mon Sep 17 00:00:00 2001 From: Giorgos Logiotatidis Date: Thu, 30 Nov 2017 11:18:15 +0200 Subject: [PATCH] Fix gunicorn path. --- bin/run-prod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-prod.sh b/bin/run-prod.sh index b4baf3ea6..b388d2d6a 100755 --- a/bin/run-prod.sh +++ b/bin/run-prod.sh @@ -4,4 +4,4 @@ echo "$GIT_SHA" > static/revision.txt -exec gunicorn kitsune.wsgi.app --config wsgi/config.py +exec gunicorn wsgi.app --config wsgi/config.py