From 23c0763fce6f9f00be0799ff5b1b568a58315b98 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 22 Jun 2020 06:31:58 -0500 Subject: [PATCH] Fix our dumb proxy pass args lol --- roles/matrix/templates/apache2-vhost-ssl.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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