diff options
-rw-r--r-- | docker/app/uwsgi.ini | 4 |
1 files changed, 4 insertions, 0 deletions
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 |