From e53c2c9166f963a3eeff9b53413aaf7c89303ec0 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 20 Sep 2018 22:31:49 +0200 Subject: Add UWSGI configuration. --- docker/app/uwsgi.ini | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini index f4160a9a..eb45c9be 100644 --- a/docker/app/uwsgi.ini +++ b/docker/app/uwsgi.ini @@ -1,3 +1,11 @@ [uwsgi] -http = :9090 +# Exposed ports +http = :4000 + +# File settings wsgi = pysite.wsgi:application +chdir = /app + +# Concurrency options +master = true +threads = 4 -- cgit v1.2.3