From c66dedd18adf8376f519f619731ad5f4ac726d5f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 11 May 2021 09:03:54 -0700 Subject: [PATCH] debuginfod: add in a slash to make apache happy Signed-off-by: Kevin Fenzi --- .../reverseproxy/templates/reversepassproxy.debuginfod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf index 1ad4fd5968..a8d4063e55 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf @@ -1,6 +1,6 @@ # Broadly reverse-proxy -ProxyPassMatch "^(.*)$" "{{proxyurl}}$1" {{proxyopts}} +ProxyPassMatch "^(.*)$" "{{proxyurl}}/$1" {{proxyopts}} ProxyPassReverse / {{proxyurl}}/ # ... but not the top level, which is instead redirected