Collections, and installer patches

This commit is contained in:
Raelon Masters
2020-03-20 01:15:07 -04:00
parent 746dd405a8
commit 9327b01ff4
263 changed files with 509 additions and 365 deletions

5
uwsgi.ini vendored Normal file → Executable file
View File

@@ -1,10 +1,9 @@
[uwsgi]
chdir=/opt/pyshelf/src
chdir=/opt/pyShelf/src
module=frontend.wsgi
master=True
pidfile=/tmp/pyShelf.pid
vacuum=True
socket=/opt/pyshelf/pyshelf_wsgi.sock
socket=/tmp/pyshelf_wsgi.sock
chmod-socket=666