From 5ab7c09629fadf5fd01c44b4f9c110681e4fee54 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 28 Feb 2018 11:36:44 +0000 Subject: [PATCH] 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 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 61151aa..fa5499f 100644 --- a/README.md +++ b/README.md @@ -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__ ```