mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-19 18:29:37 +01:00
18 lines
235 B
INI
18 lines
235 B
INI
|
[uwsgi]
|
||
|
if-not-env = PORT
|
||
|
http-socket = :8010
|
||
|
endif =
|
||
|
|
||
|
master = true
|
||
|
buffer-size = 65536
|
||
|
die-on-term = true
|
||
|
|
||
|
if-env = VIRTUAL_ENV
|
||
|
venv = $(VIRTUAL_ENV)
|
||
|
endif =
|
||
|
|
||
|
gevent = 100
|
||
|
#gevent-early-monkey-patch =
|
||
|
|
||
|
wsgi = recorder.test.simplerec
|