From 696f509f189d653b482bf9632bb5fe3af7fbc998 Mon Sep 17 00:00:00 2001 From: Matthias Nagel Date: Sat, 20 Feb 2021 13:33:53 +0100 Subject: [PATCH] Corrected example config for Apache - dropped uneccessary rewrite rule - corrected number of trailing slashs in proxy directive - corrected url for colibri websocket --- doc/debian/jitsi-meet/jitsi-meet.example-apache | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/debian/jitsi-meet/jitsi-meet.example-apache b/doc/debian/jitsi-meet/jitsi-meet.example-apache index 9fd357fa8e..86027dbad1 100644 --- a/doc/debian/jitsi-meet/jitsi-meet.example-apache +++ b/doc/debian/jitsi-meet/jitsi-meet.example-apache @@ -2,9 +2,6 @@ ServerName jitsi-meet.example.com Redirect permanent / https://jitsi-meet.example.com/ - RewriteEngine On - RewriteCond %{HTTPS} off - RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] @@ -42,11 +39,12 @@ ProxyPreserveHost on - ProxyPass /http-bind http://localhost:5280/http-bind/ - ProxyPassReverse /http-bind http://localhost:5280/http-bind/ + ProxyPass /http-bind http://localhost:5280/http-bind + ProxyPassReverse /http-bind http://localhost:5280/http-bind ProxyPass /xmpp-websocket ws://localhost:5280/xmpp-websocket ProxyPassReverse /xmpp-websocket ws://localhost:5280/xmpp-websocket - ProxyPassMatch ^/colibri-ws/default-id ws://localhost:9090 + ProxyPass /colibri-ws/default-id ws://localhost:9090/colibri-ws/default-id + ProxyPassReverse /colibri-ws/default-id ws://localhost:9090/colibri-ws/default-id RewriteEngine on RewriteRule ^/([a-zA-Z0-9]+)$ /index.html