From 77d79cfe8a52953a66ce1a0b65a4fcac9587be64 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 8 Apr 2021 17:49:25 -0400 Subject: [PATCH] debuginfod proxy: fix ProxyPassReverse typo (no proxyopts there) --- roles/httpd/reverseproxy/templates/reversepassproxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.conf index 148175b004..28b72b0473 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -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 %}