Include xmpp and colibri proxy for apache
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
parent
c370c05701
commit
19bf027b8b
|
@ -44,6 +44,9 @@
|
|||
ProxyPreserveHost on
|
||||
ProxyPass /http-bind http://localhost:5280/http-bind/
|
||||
ProxyPassReverse /http-bind http://localhost:5280/http-bind/
|
||||
ProxyPass /xmpp-websocket http://localhost:5280/xmpp-websocket
|
||||
ProxyPassReverse /xmpp-websocket http://localhost:5280/xmpp-websocket
|
||||
ProxyPassMatch ^/colibri-ws/default-id http://localhost:9090
|
||||
|
||||
RewriteEngine on
|
||||
RewriteRule ^/([a-zA-Z0-9]+)$ /index.html
|
||||
|
|
Loading…
Reference in New Issue