changing order of http and ws endpoints to fix ws connection issues
This commit is contained in:
parent
3a77629f7e
commit
9a9866700a
1 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
||||||
<Location /{{ buildmaster_endpoint }}/ >
|
|
||||||
ProxyPass "http://127.0.0.1:8010/"
|
|
||||||
ProxyPassReverse "http://127.0.0.1:8010/"
|
|
||||||
|
|
||||||
ProxyPreserveHost On
|
|
||||||
</Location>
|
|
||||||
|
|
||||||
<Location /{{ buildmaster_endpoint }}/ws >
|
<Location /{{ buildmaster_endpoint }}/ws >
|
||||||
ProxyPass "ws://127.0.0.1:8010/ws"
|
ProxyPass "ws://127.0.0.1:8010/ws"
|
||||||
ProxyPassReverse "ws://127.0.0.1:8010/ws"
|
ProxyPassReverse "ws://127.0.0.1:8010/ws"
|
||||||
|
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
<Location /{{ buildmaster_endpoint }}/ >
|
||||||
|
ProxyPass "http://127.0.0.1:8010/"
|
||||||
|
ProxyPassReverse "http://127.0.0.1:8010/"
|
||||||
|
|
||||||
|
ProxyPreserveHost On
|
||||||
|
</Location>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue