From 66bf8589ae9d5a4e1fc0eed84560cba4feae398e Mon Sep 17 00:00:00 2001 From: mcnesium Date: Thu, 18 Jan 2024 11:16:01 +0100 Subject: [PATCH] fix ProxyPass directive by adding mandatory trailing slash --- examples/reverse-proxies/apache/matrix-domain.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reverse-proxies/apache/matrix-domain.conf b/examples/reverse-proxies/apache/matrix-domain.conf index ba4af4f44..4c79558b2 100644 --- a/examples/reverse-proxies/apache/matrix-domain.conf +++ b/examples/reverse-proxies/apache/matrix-domain.conf @@ -29,7 +29,7 @@ RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME} AllowEncodedSlashes NoDecode - ProxyPass / http://127.0.0.1:81 retry=0 nocanon + ProxyPass / http://127.0.0.1:81/ retry=0 nocanon ProxyPassReverse / http://127.0.0.1:81/ ErrorLog ${APACHE_LOG_DIR}/matrix.DOMAIN-error.log