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

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

* Fix spelling
This commit is contained in:
Markku Leiniö 2024-05-08 21:51:54 +03:00 committed by GitHub
parent 56ea7b8714
commit 0cc2963e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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