debuginfod: add in another slash to make apache happy
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c66dedd18a
commit
e4a36758f5
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