debuginfod: add in a slash to make apache happy

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-11 09:03:54 -07:00
parent 42c7db164c
commit c66dedd18a

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