From 9a9866700af92bec6cce1d267d3528adf19c9de6 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 18 Feb 2019 23:08:25 +0000 Subject: [PATCH] changing order of http and ws endpoints to fix ws connection issues --- .../buildmaster/templates/buildmaster.conf.j2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/taskotron/buildmaster/templates/buildmaster.conf.j2 b/roles/taskotron/buildmaster/templates/buildmaster.conf.j2 index 91f4f91561..5bba540082 100644 --- a/roles/taskotron/buildmaster/templates/buildmaster.conf.j2 +++ b/roles/taskotron/buildmaster/templates/buildmaster.conf.j2 @@ -1,13 +1,13 @@ - - ProxyPass "http://127.0.0.1:8010/" - ProxyPassReverse "http://127.0.0.1:8010/" - - ProxyPreserveHost On - - ProxyPass "ws://127.0.0.1:8010/ws" ProxyPassReverse "ws://127.0.0.1:8010/ws" ProxyPreserveHost On + + + ProxyPass "http://127.0.0.1:8010/" + ProxyPassReverse "http://127.0.0.1:8010/" + + ProxyPreserveHost On +