debuginfod: add /metadata* reverse proxy URL prefix
Upcoming versions of elfutils/debuginfod support a new webapi URL prefix.
This commit is contained in:
parent
f77c5fdded
commit
d4a36c7c74
1 changed files with 3 additions and 0 deletions
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue