ansible/roles/httpd/reverseproxy/templates/reversepassproxy.debuginfod.conf

11 lines
330 B
Text
Raw Normal View History

# Broadly reverse-proxy
ProxyPassMatch "^(.*)$" "{{proxyurl}}$1" {{proxyopts}}
ProxyPassReverse / {{proxyurl}}/
# ... but not the top level, which is instead redirected
ProxyPass / !
# ... configure this redirect in playbooks/include/proxies-redirects.yml
# Redirect permanent / https://sourceware.org/elfutils/Debuginfod.html