mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 23:36:22 +02:00
wip attempt to tweak uwsgi to try to serve archive media files with byte range requests
This commit is contained in:
@@ -7,7 +7,12 @@ wsgi-file = archivebox/core/wsgi.py
|
|||||||
processes = 4
|
processes = 4
|
||||||
threads = 1
|
threads = 1
|
||||||
stats = 127.0.0.1:9191
|
stats = 127.0.0.1:9191
|
||||||
static-map /static=./archivebox/templates/static
|
static-map = /static=./archivebox/templates/static
|
||||||
|
static-map = /static=./archivebox/plugins/replaywebpage/static
|
||||||
|
static-map = /archive=$(PWD)/archive
|
||||||
|
static=index = index.html
|
||||||
harakiri = 172800
|
harakiri = 172800
|
||||||
post-buffering = 1
|
post-buffering = 1
|
||||||
disable-logging = True
|
disable-logging = True
|
||||||
|
check-static
|
||||||
|
honour-range = True
|
Reference in New Issue
Block a user