diff --git a/uwsgi.ini b/uwsgi.ini index af2a0b76..a792abea 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -29,3 +29,4 @@ chdir = %d module=main:app # allow anyone to connect to the socket. This is very permissive chmod-socket=666 +die-on-term = true