<< Back to previous view |
![]() |
[QB-2442] Reverse Proxy only fully supported when mapping "/"
|
|
Status: | Open |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Justin Georgeson | Assigned To: | Robin Shen |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Setting up an Apache reverse proxy doesn't work given an actual path. For example mapping the path "/builds/" on the Apache server to "http://qbserver:8810" no images will load in the dashboard. Adding a ProxyPass for "/dashboard" to "http://qbserver:8810/dashboard" will then load images in the dashboard, but the configuration tree gadget never loads. Switching to the Grid tab I see it too needs it's own redirect.
|
Comments |
Comment by Robin Shen [ 18/May/15 11:06 PM ] |
Yes this is a limitation that QB can only be mounted at root path, this is true even for non-reverse proxy usages. |