From 7e18558604887301faa52247651173fad43527a9 Mon Sep 17 00:00:00 2001 From: Paul Chechetin Date: Wed, 12 Nov 2014 21:19:28 +0300 Subject: [PATCH] Add `nginx + gunicorn` into list of deployments --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 03f9d93..3530782 100644 --- a/README.rst +++ b/README.rst @@ -223,6 +223,7 @@ scenarios: * Apache + mod_wsgi * Apache + mod_passenger * uwsgi + nginx +* nginx + gunicorn If you deploy Puppetboard through a different setup we'd welcome a pull request that adds the instructions to this section.