Created
July 2, 2018 09:11
-
-
Save kinnou02/f94c5dbc7223d3af98d64a8de221eec1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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