debuginfod: add in another slash to make apache happy

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-11 09:19:26 -07:00
parent c66dedd18a
commit e4a36758f5

View file

@ -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