added nginx with supervisor

so much suffering occurred here.  Let's hope it was worth it.
This commit is contained in:
2023-01-29 11:02:30 -06:00
parent ad42da1736
commit 580bcb704f
4 changed files with 60 additions and 8 deletions

3
gunicorn.conf Normal file
View File

@@ -0,0 +1,3 @@
[program:gunicorn]
command=/usr/bin/gunicorn app:app -b localhost:5000
directory=/deploy/app