mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Updating newsblur root dir for wsgi.
This commit is contained in:
parent
baa4d505a4
commit
ba66c8b675
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[program:gunicorn]
|
||||
command=/srv/newsblur/venv/newsblur/bin/gunicorn -c config/gunicorn_conf.py wsgi
|
||||
directory=/srv/newsblur
|
||||
command=/srv/newsblur/venv/newsblur/bin/gunicorn -c config/gunicorn_conf.py newsblur.wsgi
|
||||
directory=/srv/newsblurg
|
||||
user=sclay
|
||||
autostart=true
|
||||
autorestart=true
|
||||
|
|
Loading…
Add table
Reference in a new issue