1
0
Fork 0
mirror of synced 2024-06-29 03:20:58 +12:00

wip attempt to tweak uwsgi to try to serve archive media files with byte range requests

This commit is contained in:
Nick Sweeting 2024-01-17 05:15:19 -08:00
parent 1d4ec6f825
commit 91c3458d55

View file

@ -7,7 +7,12 @@ wsgi-file = archivebox/core/wsgi.py
processes = 4
threads = 1
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
post-buffering = 1
disable-logging = True
check-static
honour-range = True