Skip to content

Instantly share code, notes, and snippets.

@kinnou02
Created July 2, 2018 09:11
Show Gist options
  • Save kinnou02/f94c5dbc7223d3af98d64a8de221eec1 to your computer and use it in GitHub Desktop.
Save kinnou02/f94c5dbc7223d3af98d64a8de221eec1 to your computer and use it in GitHub Desktop.
[uwsgi]
processes = 40
http = 127.0.0.1:9090
uid = 33
log-encoder = format ${strftime:%%d/%%m/%%Y %%H:%%M:%%S} - ${msgnl}
buffer-size = 16384
reload-on-rss = 700
lazy-apps = True
enable-threads = True
logto = /var/log/uwsgi/%n.log
need-app = True
gid = 33
threads = 1
file = /srv/jormungandr/jormungandr.wsgi
master = True
die-on-term = True
stats = 127.0.0.1:5050
disable-logging = True
stats-http = True
pidfile = /var/run/%n.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment