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:
parent
3f4e398580
commit
15a359ad8a
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue