Browse Source

add wsgi file

David 9 years ago
parent
commit
22dcc9d053
1 changed files with 13 additions and 0 deletions
  1. 13 0
      wsgi.ini

+ 13 - 0
wsgi.ini

@@ -0,0 +1,13 @@
+[uwsgi]
+module = web
+callable = app
+plugin = python3
+
+master = true
+processes = 5
+
+socket = /tmp/news-backend.sock
+chmod-socket = 666
+vacuum = true
+
+die-on-term = true