mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Correcting gunicorn
This commit is contained in:
parent
a8e0a7544b
commit
7611d5a75c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue