1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-25 15:37:48 +01:00
pywb/urlrewrite/test/uwsgi.ini
2016-04-25 14:29:28 -07:00

19 lines
192 B
INI

[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