From b76f0ea5c4cd664e32558dd73fbbd46095908528 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sun, 15 Apr 2018 17:00:28 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da5cdec..11e869c 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ web: python setup.py develop # or `install` # isso -c config/comments.comment.sh.cfg run # gunicorn --pid=/app/storage/gunicorn.pid -w 4 -b 0.0.0.0:5000 isso.dispatch - uswgi uswgi2.ini + /usr/local/bin/uwsgi uswgi2.ini .PHONY: clean site man init js coverage test web