mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
cleanup: remove old config files from pywb (#682)
This commit is contained in:
parent
c38b69e74b
commit
9cacae6bb6
3 changed files with 0 additions and 50 deletions
|
@ -1,18 +0,0 @@
|
|||
debug: true
|
||||
|
||||
proxy:
|
||||
coll: ${COLL}
|
||||
recording: true
|
||||
|
||||
enable_banner: false
|
||||
enable_wombat: true
|
||||
|
||||
recorder:
|
||||
dedup_policy: ${DEDUP_POLICY}
|
||||
source_coll: live
|
||||
cache: always
|
||||
rollover_size: ${ROLLOVER_SIZE}
|
||||
enable_put_custom_record: true
|
||||
|
||||
collections:
|
||||
live: $live
|
|
@ -1,10 +0,0 @@
|
|||
openssl_conf = openssl_init
|
||||
|
||||
[openssl_init]
|
||||
ssl_conf = ssl_sect
|
||||
|
||||
[ssl_sect]
|
||||
system_default = system_default_sect
|
||||
|
||||
[system_default_sect]
|
||||
Options = UnsafeLegacyRenegotiation
|
|
@ -1,22 +0,0 @@
|
|||
[uwsgi]
|
||||
if-not-env = PORT
|
||||
http-socket = :8080
|
||||
socket = :8081
|
||||
endif =
|
||||
|
||||
master = true
|
||||
buffer-size = 65536
|
||||
die-on-term = true
|
||||
|
||||
if-env = VIRTUAL_ENV
|
||||
venv = $(VIRTUAL_ENV)
|
||||
endif =
|
||||
|
||||
gevent = 1000
|
||||
|
||||
processes = %(%k * 2)
|
||||
|
||||
env = GEVENT_MONKEY_PATCH=1
|
||||
env = PYWB_CONFIG_FILE=/app/config.yaml
|
||||
wsgi = pywb.apps.wayback
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue