Browse Source

sandbox: handle docker stop correctly in uwsgi

master
Michael van Tellingen 9 years ago
parent
commit
4fbcdb8e80
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      sites/sandbox/deploy/uwsgi.ini

+ 3
- 0
sites/sandbox/deploy/uwsgi.ini View File

@@ -9,6 +9,9 @@ lazy = 1
9 9
 thunder-lock = 1
10 10
 buffer-size = 65535
11 11
 
12
+# Handle docker stop
13
+die-on-term = 1  
14
+
12 15
 # Kill requests after 30 seconds
13 16
 harakiri = 30
14 17
 harakiri-verbose = true

Loading…
Cancel
Save