<div dir="ltr">I realised I never followed up to thank you.  You nudged me in the right direction.  It took me a little bit to figure out what I was doing wrong, but I now have an nginx proxy in front of the buildbot www interface, and I've updated stuff like our internal github server auth URL and whatnot to point at the nginx instead of the buildbot port directly and everything seems to be working great.<div><br></div><div>This turned out to be easier than chasing down the old PR for multiple aliases.  :)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 2, 2018 at 2:24 AM, Ryan Schmidt <span dir="ltr"><<a href="mailto:buildbot@ryandesign.com" target="_blank">buildbot@ryandesign.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
On Mar 1, 2018, at 18:28, Will Rosecrans wrote:<br>
<br>
> I am in the process of updating configs from Buildbot 0.8 to 1.0, and it's a bit fussier about which URL is used to access it.<br>
><br>
> So if the configured URL is <a href="http://buildmaster.myteam.example.com" rel="noreferrer" target="_blank">http://buildmaster.myteam.<wbr>example.com</a> and somebody accesses it through a short name like <a href="http://buildmaster.myteam" rel="noreferrer" target="_blank">http://buildmaster.myteam</a>, buildbot grumbles with a warning and stuff like force builds don't work.<br>
><br>
>     Warning c['buildbotURL'] is misconfigured to<br>
>        <a href="http://buildmaster.myteam.example.com" rel="noreferrer" target="_blank">http://buildmaster.myteam.<wbr>example.com</a><br>
>     Should be<br>
>        <a href="http://buildmaster.myteam" rel="noreferrer" target="_blank">http://buildmaster.myteam</a><br>
><br>
> Is there any way to just redirect to the canonical name rather than showing the warning?  Or alternately, can I configure buildbot to accept any of a list of names as being canonical or something?<br>
<br>
</div></div>If you have another web server, like nginx or apache2, as a proxy in front of buildbot, do the redirect configuration there.<br>
<br>
</blockquote></div><br></div>