1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00
pywb/uwsgi.ini
Ilya Kreymer bd21fec6d4 update run-uwsgi.sh and add run-gunicorn.sh
update README and INSTALL, fix typo
only list wb handlers on home page by default
pep8 fixes
2014-04-03 08:56:18 -07:00

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