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

9 lines
425 B
Text
Raw Normal View History

2019-04-23 00:59:57 +00:00
# internetarchive_port is set to 4244 in /roles/archoeg/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
2019-04-23 00:59:57 +00:00
RedirectMatch ^/archive.org$ /internetarchive
RedirectMatch ^/archive$ /internetarchive
2019-04-04 17:59:05 +00:00
2019-04-23 00:59:57 +00:00
ProxyPass /internetarchive http://localhost:{{ internetarchive_port }}/internetarchive
ProxyPassReverse /internetarchive http://localhost:{{ internetarchive_port }}/internetarchive