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

4 lines
202 B
Text
Raw Normal View History

2018-05-21 23:28:21 +00:00
RewriteRule ^/sugarizer(.*)$ http://localhost:"{{ sugarizer_port }}/sugarizer$1" [P,L]
ProxyPassReverse /sugarizer http://localhost:"{{ sugarizer_port }}/sugarizer"
2017-05-27 18:09:50 +00:00
ProxyRequests Off