change websocket url from http:// to ws://

This commit is contained in:
Tobias Kneidl 2021-02-06 00:32:19 +01:00 committed by Дамян Минков
parent c856c20513
commit a1438f1f21
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@
ProxyPreserveHost on ProxyPreserveHost on
ProxyPass /http-bind http://localhost:5280/http-bind/ ProxyPass /http-bind http://localhost:5280/http-bind/
ProxyPassReverse /http-bind http://localhost:5280/http-bind/ ProxyPassReverse /http-bind http://localhost:5280/http-bind/
ProxyPass /xmpp-websocket http://localhost:5280/xmpp-websocket ProxyPass /xmpp-websocket ws://localhost:5280/xmpp-websocket
ProxyPassReverse /xmpp-websocket http://localhost:5280/xmpp-websocket ProxyPassReverse /xmpp-websocket ws://localhost:5280/xmpp-websocket
ProxyPassMatch ^/colibri-ws/default-id http://localhost:9090 ProxyPassMatch ^/colibri-ws/default-id ws://localhost:9090
RewriteEngine on RewriteEngine on
RewriteRule ^/([a-zA-Z0-9]+)$ /index.html RewriteRule ^/([a-zA-Z0-9]+)$ /index.html