From 59b4ddb0efb633042735b02c102a998263ab24a3 Mon Sep 17 00:00:00 2001 From: Mike Young Date: Tue, 19 Nov 2019 12:46:01 -0500 Subject: [PATCH] Updated Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 342ecf2..a2bc6e6 100755 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ All pyShelf configuration is done in config.py. ### Nginx configuration I have included a default nginx config file pyshelf_nginx.conf. This file should be sufficient to get you up and running. You are required to change the location alias's to reflect your pyshelf install folder leaving everything after /frontend intact. +Further resources for nginx setup may be found @ [nginx, django, & uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html) + ### uwsgi configuration Inside uwsgi.ini you should make changes to reflect your install directory, and the port you wish uwsgi to listen on. Alternativly you can make the requisite changes to listen on a socket instead. This change would also require a change to the pyshelf_nginx.conf file as well.