File: /volume1/@appstore/WebStation/misc/uwsgi_docker.mustache
[uwsgi]
pidfile = /run/docker-share/python-{{uuid}}.pid
socket = /run/docker-share/python-{{uuid}}.sock
chdir = /home/python/src
{{#wsgi_file}}wsgi-file = {{.}}{{/wsgi_file}}
{{#callable}}callable = {{.}}{{/callable}}
chown-socket = {{user}}:{{group}}
chmod-socket = 660
vacuum = true
py-autoreload = 1
thunder-lock = true
processes = {{uwsgi_settings.process}}
threads = {{uwsgi_settings.threads}}
enable-threads = {{uwsgi_settings.enable_threads}}
max-requests = {{uwsgi_settings.max_request}}
buffer-size = {{uwsgi_settings.buffer}}