mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-21 11:02:10 +01:00
loaders: add support for RedisResolver as well as PathPrefixResolver inputreq: reconstruct_request() skips host header if already present improve test app to include replay
18 lines
221 B
INI
18 lines
221 B
INI
[uwsgi]
|
|
if-not-env = PORT
|
|
http-socket = :8080
|
|
endif =
|
|
|
|
master = true
|
|
buffer-size = 65536
|
|
die-on-term = true
|
|
|
|
if-env = VIRTUAL_ENV
|
|
venv = $(VIRTUAL_ENV)
|
|
endif =
|
|
|
|
gevent = 100
|
|
gevent-monkey-patch =
|
|
|
|
wsgi = webagg.test.live
|