mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
* Closes #16043: Add 'die-on-term = true' to fix stopping uWSGI * Fix spelling
This commit is contained in:
@ -11,6 +11,9 @@ master = true
|
|||||||
; clear environment on exit
|
; clear environment on exit
|
||||||
vacuum = true
|
vacuum = true
|
||||||
|
|
||||||
|
; make SIGTERM stop the app (instead of reload)
|
||||||
|
die-on-term = true
|
||||||
|
|
||||||
; exit if no app can be loaded
|
; exit if no app can be loaded
|
||||||
need-app = true
|
need-app = true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user