Sfoglia il codice sorgente

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
Markku Leiniö 1 anno fa
parent
commit
0cc2963e6f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      contrib/uwsgi.ini

+ 3 - 0
contrib/uwsgi.ini

@@ -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