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

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