diff options
Diffstat (limited to 'docker/collector/uwsgi.conf')
-rw-r--r-- | docker/collector/uwsgi.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docker/collector/uwsgi.conf b/docker/collector/uwsgi.conf deleted file mode 100644 index 651274d..0000000 --- a/docker/collector/uwsgi.conf +++ /dev/null @@ -1,10 +0,0 @@ -[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 |