1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-14 15:53:28 +01:00
pywb/tests_disabled/test_config_proxy_ip_redis.yaml
Ilya Kreymer a4b770d34e new-pywb refactor!
frontendapp compatibility
- add support for separate not found page for 404s (not_found.html)
- support for exception handling with error template (error.html)
- support for home page (index.html)
- add memento headers for replay
- add referrer fallback check
- tests: port integration tests for front-end replay, cdx server
- not included: proxy mode, exact redirect mode, non-framed replay
- move unused tests to tests_disabled
- cli: add optional werkzeug profiler with --profile flag
2017-02-27 19:07:51 -08:00

22 lines
450 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
redis_cache_key: redis://localhost:6379/0/proxy:hosts
redis_cache_timeout: 120
use_default_coll: all
use_banner: true
use_client_rewrite: false