Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 24f327a

Browse files
committed
Merge pull request #403 from AblionGE/add_icons_web_interface
Updated broker_proxy_conf with ProxyPass assets for icons
2 parents 0a6def4 + f8cf81d commit 24f327a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/plugins/frontend/apache/broker_proxy.conf.erb

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
RequestHeader set Front-End-Https "On"
4040
ProxyPass /console http://127.0.0.1:8118/console
4141
ProxyPassReverse /console http://127.0.0.1:8118/console
42+
ProxyPass /assets http://127.0.0.1:8118/console/assets
43+
ProxyPassReverse /assets http://127.0.0.1:8118/console/assets
4244
ProxyPass /broker http://127.0.0.1:8080/broker
4345
<% if scope.lookupvar('::openshift_origin::broker_external_access_admin_console') == true %>
4446
ProxyPass /admin-console http://127.0.0.1:8080/admin-console

0 commit comments

Comments
 (0)