Skip to content

Instantly share code, notes, and snippets.

@ashokc
Created February 16, 2020 19:41
Show Gist options
  • Save ashokc/ba8975824a86bdc7ea48c3115f5b1b56 to your computer and use it in GitHub Desktop.
Save ashokc/ba8975824a86bdc7ea48c3115f5b1b56 to your computer and use it in GitHub Desktop.
[program:uwsgi-http]
command=.../virtualenvs/.../bin/uwsgi --chdir .../quoteserver --wsgi-file wsgi.py --http 127.0.0.1:9997 --processes 6 --threads 1 --master --disable-logging --log-4xx --log-5xx
directory=.../quoteserver
autostart=true
stdout_logfile=/var/log/supervisor/uwsgi-http.log
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment