mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 05:21:55 -06:00
* Closes #16043: Add 'die-on-term = true' to fix stopping uWSGI * Fix spelling
This commit is contained in:
parent
56ea7b8714
commit
0cc2963e6f
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user