mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-12 10:38:16 -06:00
Closes #16043: Add 'die-on-term = true' to fix stopping uWSGI
This commit is contained in:
parent
d7f652bcc7
commit
888855d7c6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user