Skip to content
Snippets Groups Projects
Commit d6f63c8d authored by nd's avatar nd Committed by Julian
Browse files

Enable multiple workers in default uwsgi config

parent 49360bcb
No related branches found
No related tags found
No related merge requests found
[uwsgi] [uwsgi]
plugin = python3 plugin = python3
manage-script-name = true manage-script-name = true
workers = %k*2
uid = uffd uid = uffd
gid = uffd gid = uffd
vacuum = true vacuum = true
master = true
process = 2
threads = 4
buffer-size = 8192 ; this buffer is used for http headers and defaults to 4k
single-interpreter = true
need-app = true
env = PYTHONIOENCODING=UTF-8 env = PYTHONIOENCODING=UTF-8
env = LANG=en_GB.utf8 env = LANG=en_GB.utf8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment