Closes #16043: Add 'die-on-term = true' to fix stopping uWSGI

This commit is contained in:
Markku Leiniö 2024-05-08 21:28:40 +03:00
parent d7f652bcc7
commit 888855d7c6

View File

@ -11,6 +11,9 @@ master = true
; clear environment on exit
vacuum = true
; make SIGTERM to stop the app (instead of reload by default)
die-on-term = true
; exit if no app can be loaded
need-app = true