debuginfod proxy: fix ProxyPassReverse typo (no proxyopts there)

This commit is contained in:
Frank Ch. Eigler 2021-04-08 17:49:25 -04:00 committed by kevin
parent 1d57a07876
commit 77d79cfe8a

View file

@ -65,5 +65,5 @@ ProxyPass {{ localpath }} "balancer://{{balancer_name}}{{remotepath}}"
ProxyPassReverse {{ localpath }} "balancer://{{balancer_name}}{{remotepath}}"
{% else %}
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} {{ proxyopts }}
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}} {{ proxyopts }}
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
{% endif %}