Add nginx + gunicorn into list of deployments

This commit is contained in:
Paul Chechetin
2014-11-12 21:19:28 +03:00
parent 52caf064c5
commit 7e18558604

View File

@@ -223,6 +223,7 @@ scenarios:
* Apache + mod_wsgi * Apache + mod_wsgi
* Apache + mod_passenger * Apache + mod_passenger
* uwsgi + nginx * uwsgi + nginx
* nginx + gunicorn
If you deploy Puppetboard through a different setup we'd welcome a pull If you deploy Puppetboard through a different setup we'd welcome a pull
request that adds the instructions to this section. request that adds the instructions to this section.