From 294eb6b726444f33f444fbcb7c6814c60829cafe Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Wed, 8 Dec 2021 18:38:36 +0300 Subject: [PATCH] uwsgi conf generator: die-on-term = true --- generate_uswgi_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/generate_uswgi_config.py b/generate_uswgi_config.py index 8ec5eb0..e3a96ec 100644 --- a/generate_uswgi_config.py +++ b/generate_uswgi_config.py @@ -6,6 +6,7 @@ master = 1 vacuum = true socket = 127.0.0.1:8082 enable-threads = true +die-on-term = true thunder-lock = true threads = {threads} processes = {processes}