From c389029a954c68cf954eef45ce6b07d2097097ea Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 20 Sep 2018 23:02:05 +0200 Subject: Require application, set procnames. --- docker/app/uwsgi.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docker') diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini index eb45c9be..7aa63ae7 100644 --- a/docker/app/uwsgi.ini +++ b/docker/app/uwsgi.ini @@ -9,3 +9,7 @@ chdir = /app # Concurrency options master = true threads = 4 +auto-procname = true + +# Startup settings +need-app = true -- cgit v1.2.3