From f027845144c7a0b21d01abbfdc2f277bb2b838a2 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 10 Oct 2017 15:12:58 +0000 Subject: [PATCH] There is no elif, just an else Signed-off-by: Patrick Uiterwijk --- 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 17472e4d13..20c14cdab3 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -24,7 +24,7 @@ ProxyPreserveHost On {% endfor %} ProxyPass {{ localpath }} "balancer://{{balancer_name}}" -{% elif %} +{% else %} ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} {% endif %} ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}