mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 16:14:48 +01:00
14 lines
211 B
INI
14 lines
211 B
INI
|
[uwsgi]
|
||
|
if-not-env = PORT
|
||
|
http-socket = :8080
|
||
|
endif =
|
||
|
|
||
|
master = true
|
||
|
processes = 10
|
||
|
buffer-size = 65536
|
||
|
die-on-term = true
|
||
|
|
||
|
# specify config file here
|
||
|
env = PYWB_CONFIG_FILE=config.yaml
|
||
|
wsgi = pywb.apps.wayback
|