mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
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
34 lines
547 B
YAML
34 lines
547 B
YAML
# pywb config file
|
|
|
|
debug: true
|
|
|
|
collections:
|
|
pywb: ./sample_archive/cdx/
|
|
|
|
# live collection
|
|
live: $live
|
|
|
|
# coll with fallback
|
|
pywb-fallback:
|
|
sequence:
|
|
-
|
|
index: ./sample_archive/cdx/
|
|
name: local
|
|
|
|
-
|
|
index: $live
|
|
|
|
#pywb-norange:
|
|
# index_paths: ./sample_archive/cdx/
|
|
# enable_ranges: false
|
|
|
|
pywb-cdxj:
|
|
index_paths: ./sample_archive/cdxj/
|
|
|
|
|
|
archive_paths:
|
|
- ./invalid/path/to/ignore/
|
|
- ./sample_archive/warcs/
|
|
|
|
|