Explorar o código

add uwsgi config file

Nick Sweeting %!s(int64=4) %!d(string=hai) anos
pai
achega
68e22fdaba
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      uwsgi.ini

+ 13 - 0
uwsgi.ini

@@ -0,0 +1,13 @@
+[uwsgi]
+socket = 127.0.0.1:3031
+chdir = ../
+http = 0.0.0.0:8001
+env = OUTPUT_DIR=./data
+wsgi-file = archivebox/core/wsgi.py
+processes = 4
+threads = 1
+stats = 127.0.0.1:9191
+static-map /static=./archivebox/templates/static
+harakiri = 172800
+post-buffering = 1
+disable-logging = True