mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
7 lines
333 B
Django/Jinja
7 lines
333 B
Django/Jinja
# sugarizer_port is set to 8089 in /opt/iiab/iiab/vars/default_vars.yml
|
|
# If you need to change this, edit /etc/iiab/local_vars.yml prior to installing
|
|
|
|
RedirectMatch ^/sugar$ /sugarizer
|
|
|
|
ProxyPass /sugarizer http://localhost:{{ sugarizer_port }}/sugarizer
|
|
ProxyPassReverse /sugarizer http://localhost:{{ sugarizer_port }}/sugarizer
|