mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1475 from m-anish/sugarizer-sugar-redirect
Add /sugar RedirectMatch to /sugarizer — for http://box/sugar
This commit is contained in:
commit
a58c3d56e7
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# sugarizer_port is set to 8089 in /opt/iiab/iiab/vars/default_vars.yml
|
# 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
|
# 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
|
ProxyPass /sugarizer http://localhost:{{ sugarizer_port }}/sugarizer
|
||||||
ProxyPassReverse /sugarizer http://localhost:{{ sugarizer_port }}/sugarizer
|
ProxyPassReverse /sugarizer http://localhost:{{ sugarizer_port }}/sugarizer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue