Skip to content
Snippets Groups Projects
Commit c23de9b4 authored by ale's avatar ale
Browse files

wayback: Add archive_paths to the pywb config

parent d8f53fe1
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,16 @@
collections:
all: $all
ai:
index_group:
{% for host in groups['warcs']|sort %}
{{ host }}: cdx+http://{{ host }}.warcs.{{ domain }}:3117/ai/index
{% endfor %}
index_timeout: 10.0
archive_paths:
{% for host in groups['warcs']|sort %}
- {{ host }}: http://{{ host }}.warcs.{{ domain }}:3118/
{% endfor %}
use_js_obj_proxy: true
enable_memento: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment