README: add a note on reverse proxies

The new UI with websocket usage requires some additional logic in reverse
proxy configurations.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
This commit is contained in:
Joshua Lock 2018-02-28 11:36:44 +00:00
parent 55900494ce
commit 5ab7c09629

View File

@ -59,6 +59,9 @@ be replaced by porting the plugin to be a buildbot.util.service.HTTPClient
implementation
## Deployment
__Note__: If using a reverse proxy be aware that modern buildbot uses a websocket for various communications between the master and the web UI.
Refer to the buildbot documentation for information on how to correctly configure a reverse proxy: http://docs.buildbot.net/latest/manual/cfg-www.html#reverse-proxy-configuration
### Upstream Yocto Project autobuilder
__on the controller__
```