mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
21 lines
285 B
INI
21 lines
285 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 =
|
|
|
|
|
|
# specify config file here
|
|
env = PYWB_CONFIG_FILE=config.yaml
|
|
wsgi = pywb.apps.wayback
|