debuginfod: add in a slash to make apache happy
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
42c7db164c
commit
c66dedd18a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue