1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/sugarizer/templates/sugarizer.conf.j2

8 lines
333 B
Text
Raw Normal View History

2019-01-31 00:00:36 +00:00
# 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
2019-02-10 12:58:58 +00:00
RedirectMatch ^/sugar$ /sugarizer
2019-01-31 00:00:36 +00:00
ProxyPass /sugarizer http://localhost:{{ sugarizer_port }}/sugarizer
ProxyPassReverse /sugarizer http://localhost:{{ sugarizer_port }}/sugarizer