1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-27 00:09:23 +01:00
pywb/urlrewrite/test/uwsgi.ini

19 lines
192 B
INI
Raw Normal View History

2016-04-25 14:29:28 -07:00
[uwsgi]
if-not-env = PORT
http-socket = :8090
endif =
master = true
buffer-size = 65536
die-on-term = true
if-env = VIRTUAL_ENV
venv = $(VIRTUAL_ENV)
endif =
gevent = 100
wsgi = testapp