diff options
Diffstat (limited to 'docker/collector/uwsgi.conf')
-rw-r--r-- | docker/collector/uwsgi.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/collector/uwsgi.conf b/docker/collector/uwsgi.conf new file mode 100644 index 0000000..651274d --- /dev/null +++ b/docker/collector/uwsgi.conf @@ -0,0 +1,10 @@ +[uwsgi] +chdir = /opt/collector/src/ +virtualenv = /opt/collector/venv/ +wsgi-file = wsgi.py +callable = app +socket = :8000 +master = true +enable-threads = true +processes = 4 +threads = 2
\ No newline at end of file |