diff --git a/roles/matrix/templates/apache2-vhost-ssl.conf b/roles/matrix/templates/apache2-vhost-ssl.conf index c2bbb19..d98d94c 100644 --- a/roles/matrix/templates/apache2-vhost-ssl.conf +++ b/roles/matrix/templates/apache2-vhost-ssl.conf @@ -26,8 +26,6 @@ SSLProxyEngine on Options MultiViews FollowSymlinks AllowEncodedSlashes NoDecode - ProxyPass /_matrix http://127.0.0.1:8008/ nocanon retry=1 - ProxyPassReverse /_matrix https://127.0.0.1:8008/ - RequestHeader set X_FORWARDED_PROTO 'https' - RequestHeader set X-Forwarded-Ssl on + ProxyPass /_matrix http://127.0.0.1:8008/_matrix nocanon + ProxyPassReverse /_matrix https://127.0.0.1:8008/_matrix