From dc193df8f57cfb016cbb977cfe9354fce6fb666a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markku=20Leini=C3=B6?= Date: Wed, 8 May 2024 21:30:20 +0300 Subject: [PATCH] Fix spelling --- contrib/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/uwsgi.ini b/contrib/uwsgi.ini index 288d55927..c74c05393 100644 --- a/contrib/uwsgi.ini +++ b/contrib/uwsgi.ini @@ -11,7 +11,7 @@ master = true ; clear environment on exit vacuum = true -; make SIGTERM to stop the app (instead of reload by default) +; make SIGTERM stop the app (instead of reload) die-on-term = true ; exit if no app can be loaded