From 15a359ad8a55fd63851f72b6b2ce7b6be11b614a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Mon, 18 Mar 2019 11:11:52 +0100 Subject: [PATCH] taskotron-buildmaster: add comments to httpd config Because this is a tricky issue that cost us a lot of time to figure out. --- roles/taskotron/buildmaster/templates/buildmaster.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/taskotron/buildmaster/templates/buildmaster.conf.j2 b/roles/taskotron/buildmaster/templates/buildmaster.conf.j2 index 8bc6596923..459269a14f 100644 --- a/roles/taskotron/buildmaster/templates/buildmaster.conf.j2 +++ b/roles/taskotron/buildmaster/templates/buildmaster.conf.j2 @@ -5,6 +5,8 @@ ProxyPreserveHost On +# The /bm/ws endpoint must be defined after the /bm endpoint, because with +# apache the latest matching configuration is used ProxyPass "ws://127.0.0.1:8010/ws" ProxyPassReverse "ws://127.0.0.1:8010/ws"