cleanup: remove old config files from pywb (#682)

This commit is contained in:
Ilya Kreymer 2024-09-05 20:23:34 -07:00 committed by GitHub
parent c38b69e74b
commit 9cacae6bb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 50 deletions

View file

@ -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

View file

@ -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

View file

@ -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