mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
cache: default cache returns empty instead of raise KeyError on invalid key, to be consistent with uwsgi
19 lines
362 B
YAML
19 lines
362 B
YAML
collections:
|
|
all:
|
|
- ./sample_archive/cdx/iana.cdx
|
|
- ./sample_archive/cdx/dupes.cdx
|
|
- ./sample_archive/cdx/post-test.cdx
|
|
|
|
archive_paths: ./sample_archive/warcs/
|
|
|
|
enable_http_proxy: true
|
|
|
|
proxy_options:
|
|
enable_https_proxy: false
|
|
|
|
cookie_resolver: ip
|
|
use_default_coll: all
|
|
|
|
use_banner: true
|
|
use_client_rewrite: false
|