mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
8 lines
425 B
Text
8 lines
425 B
Text
# internetarchive_port is set to 4244 in /roles/archoeg/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
|
|
|
|
ProxyPass /internetarchive http://localhost:{{ internetarchive_port }}/internetarchive
|
|
ProxyPassReverse /internetarchive http://localhost:{{ internetarchive_port }}/internetarchive
|