Created
January 21, 2020 16:59
-
-
Save bendavis78/7e9f47690f2020da13a92fe54f2c6915 to your computer and use it in GitHub Desktop.
UWSGI Django vassal 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] | |
module = hive.wsgi | |
workers = 6 | |
plugins = python3 | |
base = /srv/hive | |
virtualenv = /srv/hive | |
logto = /srv/hive/log/uwsgi.hive.log | |
socket = /run/uwsgi/hive.sock | |
touch-reload = /srv/hive/reload | |
buffer-size = 32768 | |
cpu-affinity = 2 | |
workers = 1 | |
harikiri-verbose = 60 | |
max-requests = 5000 | |
limit-as = 1024 | |
show-config = 1 | |
enable-threads = 1 | |
ignore-sigpipe = true | |
ignore-write-errors = true | |
disable-write-exception = true | |
env = LANG=en_US.utf8 | |
for-readline = /srv/hive/config.env | |
env = (redacted environment variables) | |
endfor = |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment