Last modified: 2014-08-14 17:54:31 UTC
From post-merge comments on I26b3705726c52cd19f8a727cc2d6f3e956336b2d: We need to work on setting the canonical hostname from the inbound request, but until that "just works" you should be able to control the canonical hostname in labs (or virtualbox) by creating a /vagrant/puppet/hieradata/local.yaml file and setting the hostname: --- role::mediawiki::hostname: "YOUR_PROXY_NAME_HERE.wmflabs.org" You can also setup multiple proxies by setting `mediawiki::multiwiki::base_domain` to something like "-MY_BASE.wmflabs.org" and then creating proxies for multiwikis named "MULTIWIKI-MY_BASE.wmflabs.org". An example is `mediawiki::multiwiki::base_domain: "-sulfinalization.wmflabs.org"` and the proxy "login-sulfinalization.wmflabs.org". This really needs some on-wiki documentation.