Correcting gunicorn

This commit is contained in:
Samuel Clay 2020-07-01 22:16:11 -04:00
parent a8e0a7544b
commit 7611d5a75c
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ nltk==3.4.5
numpy==1.18.5
oauth2==1.9.0.post1
pillow==7.0.0
# psycopg2==2.8.3
psycopg2==2.8.5
psutil==5.6.6
pyasn1==0.1.9
pyes==0.99.6

View file

@ -1,5 +1,5 @@
[program:gunicorn]
command=/srv/newsblur/venv/newsblur/bin/gunicorn -c config/gunicorn_conf.py wsgi
command=/srv/newsblur/venv/newsblur3/bin/gunicorn -c config/gunicorn_conf.py newsblur.wsgi
directory=/srv/newsblur
user=sclay
autostart=true