mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
8 lines
392 B
Text
8 lines
392 B
Text
# internetarchive_port is set to 4244 in roles/internetarchive/defaults/main.yml
|
|
# If you need to change this, edit /etc/iiab/local_vars.yml prior to installing
|
|
|
|
RedirectMatch ^/archive.org$ /archive
|
|
RedirectMatch ^/internetarchive$ /archive
|
|
|
|
ProxyPass /archive http://localhost:{{ internetarchive_port }}/archive
|
|
ProxyPassReverse /archive http://localhost:{{ internetarchive_port }}/archive
|