dale2507

Members
  • Posts

    1
  • Joined

  • Last visited

dale2507's Achievements

New User

New User (1/3)

  1. I think I've come up with the best solution for this. The WebUI automatically configures itself for the url you are using provided it is still at someurl/gui/ So here is my solution: ProxyPass /btsync/gui/ http://127.0.0.1:8888/gui/ ProxyPassReverse /btsync/gui/ http://127.0.0.1:8888/gui/ Redirect permanent /btsync /btsync/gui/ And for those interested here is the code in the WebUI where I discovered this: var urlBase = window.location.pathname.split("/gui", 1)[0].replace(/\/+$/, ""); var guiBase = urlBase + "/gui/"; var proxyBase = urlBase + "/proxy"; Tested with v1.1.48