mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-27 00:09:23 +01:00
19 lines
192 B
INI
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
|
||
|
|
||
|
|