1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

box/internetarchive too long—let's try box/archive

This commit is contained in:
A Holt 2019-05-25 08:13:34 -04:00 committed by GitHub
parent 32b849e34f
commit e3fb088d66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
# internetarchive_port is set to 4244 in /roles/archoeg/defaults/main.yml
# 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$ /internetarchive
RedirectMatch ^/archive$ /internetarchive
RedirectMatch ^/archive.org$ /archive
RedirectMatch ^/internetarchive$ /archive
ProxyPass /internetarchive http://localhost:{{ internetarchive_port }}/internetarchive
ProxyPassReverse /internetarchive http://localhost:{{ internetarchive_port }}/internetarchive
ProxyPass /archive http://localhost:{{ internetarchive_port }}/archive
ProxyPassReverse /archive http://localhost:{{ internetarchive_port }}/archive