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

5 lines
167 B
Text
Raw Normal View History

2017-05-27 18:09:50 +00:00
RewriteRule ^/sugarizer(.*)$ http://localhost:8089/sugarizer$1 [P,L]
ProxyPassReverse /sugarizer http://localhost:8010/sugarizer
ProxyRequests Off