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

9 lines
353 B
Text
Raw Normal View History

2019-04-04 17:59:05 +00:00
# distweb_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$ /distweb
RedirectMatch ^/archive$ /distweb
ProxyPass /distweb http://localhost:{{ distweb_port }}/distweb
ProxyPassReverse /distweb http://localhost:{{ distweb_port }}/distweb