From 05e5df5eb54d99b433bbca5d4e3c41426bef6178 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 14 Apr 2018 04:58:52 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e0536e..b0e021d 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ clean: web: python setup.py develop # or `install` # isso -c config/comments.comment.sh.cfg run - gunicorn -w 4 -b 0.0.0.0:5000 --pid /tmp/gunicorn.pid isso.dispatch + gunicorn -p /tmp/gunicorn.pid -w 4 -b 0.0.0.0:5000 isso.dispatch .PHONY: clean site man init js coverage test web