From d27bf966907a1edf5e50b6fce7643f1f647ca425 Mon Sep 17 00:00:00 2001 From: David McInnis Date: Thu, 12 May 2016 11:52:27 -0700 Subject: [PATCH] fixed typo where we start the wrong service --- docs/source/deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index ffcdc0d2..d9ce7a01 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -258,7 +258,7 @@ Next enable the services so they autostart at boot:: Either reboot, or start the services manually:: systemctl start nginx.service - systemctl start gunicorn.service + systemctl start gunicorn.socket After running ``curl http://localhost:9000/``, Gunicorn should start and you