NewsBlur/config/supervisor_gunicorn.conf
Samuel Clay 8371c635f7 Merge branch 'master' into django2.0
* master: (27 commits)
  Removing log override
  Moving logging over to the newsblur log.
  Fixing search indexer background task for new celery.
  Attempting to add gunicorn errors to console/log.
  Better handling of missing subs.
  Handling missing user sub on feed delete.
  Correct encoding for strings on systems that don't have utf-8 as default encoding.
  Writing in the real urllib3 dependency for requests.
  Upgrading requests due to urllib3 incompatibility.
  Login required should use the next parameter.
  Upgrading django oauth toolkit for django 1.11.
  Handling newsletters with multiple recipients.
  Extracting image urls sometimes fails.
  Handling ajax errors in json views.
  Adding timeouts to most outbound requests.
  Sentry SDK 0.19.4.
  Removing imperfect proxy warning for every story.
  Found four more GET/POST crosses.
  Feed unread count may need a POST.
  Namespacing settings.
  ...
2020-12-08 09:09:25 -05:00

10 lines
277 B
Text

[program:gunicorn]
command=/srv/newsblur/venv/newsblur3/bin/gunicorn -c config/gunicorn_conf.py newsblur.wsgi
directory=/srv/newsblur
user=sclay
autostart=true
autorestart=true
# redirect_stderr=True
# stdout_logfile=/srv/newsblur/logs/newsblur.log
priority=991
stopsignal=HUP