Created
January 21, 2020 17:02
-
-
Save bendavis78/ff9485f359fe1ff8ea92cec65efb929c to your computer and use it in GitHub Desktop.
uwsgi emperor config
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] | |
plugins-dir = /usr/lib/uwsgi/plugins | |
emperor = /etc/uwsgi/vassals/*.ini | |
show-config = 1 | |
uid = http | |
gid = http | |
emperor-stats = /run/uwsgi/emperor-stats.sock | |
umask = 002 | |
logto = /var/log/uwsgi/emperor.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment