From 3b4aed73556aeaea6ede5fe676eb439d3c51ba3b Mon Sep 17 00:00:00 2001 From: th3r00t Date: Thu, 19 Dec 2019 13:44:48 -0500 Subject: [PATCH] Update SUPPORT.md --- .github/SUPPORT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index a9bce99..f491b32 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -1,6 +1,7 @@ ## Getting Help With **pyShelf** If you have issues during initial setup please make sure you have a working Web Server (the pyShelf team recommends [NGINX](https://nginx.com), and that you have correctly setup your webserver to forward cgi requests to [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/Download.html). Additionaly uWSGI must be setup to serve the application. A sample NGINX config (**pyshelf_nginx.conf**), and (**uwsgi.ini**) are included in the project root. +**

Ensure your Webserver has appropriate access to your install directory!

** ### pyshelf_nginx.conf ```