add uwsgi config file
This commit is contained in:
parent
908262b133
commit
68e22fdaba
1 changed files with 13 additions and 0 deletions
13
uwsgi.ini
Normal file
13
uwsgi.ini
Normal file
|
@ -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
|
Loading…
Reference in a new issue