diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf index 0c4b84352a..c2e4c0f1b6 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf @@ -4,6 +4,9 @@ AllowEncodedSlashes NoDecode # Reverse-proxy /buildid/* queries ProxyPassMatch "^/buildid/(.*)$" "{{proxyurl}}/buildid/$1" {{proxyopts}} +# Reverse-proxy /metadata* queries +ProxyPassMatch "^/metadata(.*)$" "{{proxyurl}}/metadata$1" {{proxyopts}} + # Reverse-proxy /metrics - without (...) grouping op, URL just gets copied ProxyPassMatch "^/metrics$" "{{proxyurl}}" {{proxyopts}}