taskotron-buildmaster: add comments to httpd config

Because this is a tricky issue that cost us a lot of time to figure out.
This commit is contained in:
Kamil Páral 2019-03-18 11:11:52 +01:00
parent 3f4e398580
commit 15a359ad8a

View file

@ -5,6 +5,8 @@
ProxyPreserveHost On
</Location>
# The /bm/ws endpoint must be defined after the /bm endpoint, because with
# apache the latest matching configuration is used
<Location /{{ buildmaster_endpoint }}/ws >
ProxyPass "ws://127.0.0.1:8010/ws"
ProxyPassReverse "ws://127.0.0.1:8010/ws"