1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/internetarchive/templates/internetarchive.conf

9 lines
392 B
Text
Raw Normal View History

# internetarchive_port is set to 4244 in roles/internetarchive/defaults/main.yml
2019-04-04 17:59:05 +00:00
# If you need to change this, edit /etc/iiab/local_vars.yml prior to installing
RedirectMatch ^/archive.org$ /archive
RedirectMatch ^/internetarchive$ /archive
2019-04-04 17:59:05 +00:00
ProxyPass /archive http://localhost:{{ internetarchive_port }}/archive
ProxyPassReverse /archive http://localhost:{{ internetarchive_port }}/archive